Skip to content

Commit

Permalink
Merge pull request #26 from meshtastic/add-eora-s3
Browse files Browse the repository at this point in the history
Add EByte EoRA S3
  • Loading branch information
thebentern authored May 22, 2024
2 parents c305d3b + 697643c commit 5176447
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 5176447

Please sign in to comment.