Skip to content

Commit

Permalink
Merge pull request #27 from todd-herbert/patch-1
Browse files Browse the repository at this point in the history
Add Heltec Vision Master E213
  • Loading branch information
thebentern authored Jul 14, 2024
2 parents 4508fe7 + 4a0ed93 commit 55eba55
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions src/lib/resource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,14 @@ export const deviceHardwareList: DeviceHardware[] = [
activelySupported: true,
displayName: "Nano G2 Ultra",
},
{
hwModel: 21,
hwModelSlug: "WIO_WM1110",
platformioTarget: "wio-tracker-wm1110",
architecture: "nrf52840",
activelySupported: true,
displayName: "Seeed Wio WM1110 Tracker",
},
{
hwModel: 25,
hwModelSlug: "STATION_G1",
Expand Down Expand Up @@ -369,11 +377,11 @@ export const deviceHardwareList: DeviceHardware[] = [
displayName: "RadioMaster 900 Bandit Nano",
},
{
hwModel: 21,
hwModelSlug: "WIO_WM1110",
platformioTarget: "wio-tracker-wm1110",
architecture: "nrf52840",
hwModel: 67,
hwModelSlug: "HELTEC_VISION_MASTER_E213",
platformioTarget: "heltec-vision-master-e213",
architecture: "esp32-s3",
activelySupported: true,
displayName: "Seeed Wio WM1110 Tracker",
displayName: "Heltec Vision Master E213",
},
];

0 comments on commit 55eba55

Please sign in to comment.