Skip to content

Commit

Permalink
New boards
Browse files Browse the repository at this point in the history
  • Loading branch information
thebentern committed Jun 8, 2024
1 parent 26a07bb commit 507d5f7
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions src/lib/resource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,6 @@ export const deviceHardwareList: DeviceHardware[] = [
displayName: "unPhone",
},
{

hwModel: 48,
hwModelSlug: "HELTEC_WIRELESS_TRACKER",
platformioTarget: "tracksenger",
Expand Down Expand Up @@ -360,6 +359,21 @@ export const deviceHardwareList: DeviceHardware[] = [
architecture: "esp32-s3",
activelySupported: true,
displayName: "EBYTE EoRa-S3",

},
{
hwModel: 64,
hwModelSlug: "RADIOMASTER_900_BANDIT_NANO",
platformioTarget: "radiomaster_900_bandit_nano",
architecture: "esp32",
activelySupported: true,
displayName: "RadioMaster 900 Bandit Nano",
},
{
hwModel: 21,
hwModelSlug: "WIO_WM1110",
platformioTarget: "wio-sdk-wm1110",
architecture: "nrf52840",
activelySupported: true,
displayName: "Seeed Wio WM1110 Tracker",
},
];

0 comments on commit 507d5f7

Please sign in to comment.