Skip to content

Commit

Permalink
Add EByte EoRA S3
Browse files Browse the repository at this point in the history
  • Loading branch information
thebentern committed May 22, 2024
1 parent c305d3b commit 697643c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/lib/resource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -328,4 +328,12 @@ export const deviceHardwareList: DeviceHardware[] = [
activelySupported: true,
displayName: "unPhone",
},
{
hwModel: 61,
hwModelSlug: "CDEBYTE_EORA_S3",
platformioTarget: "CDEBYTE_EoRa-S3",
architecture: "esp32-s3",
activelySupported: true,
displayName: "EBYTE EoRa-S3",
},
];

0 comments on commit 697643c

Please sign in to comment.