Skip to content

Commit

Permalink
Merge pull request #18 from meshtastic/thebentern-patch-2
Browse files Browse the repository at this point in the history
Split wireless tracker
  • Loading branch information
thebentern authored Feb 27, 2024
2 parents fd4d167 + 4d787e5 commit 71997fe
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/lib/resource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,15 @@ export const deviceHardwareList: DeviceHardware[] = [
platformioTarget: "heltec-wireless-tracker",
architecture: "esp32-s3",
activelySupported: true,
displayName: "Heltec Wireless Tracker",
displayName: "Heltec Wireless Tracker V1.1",
},
{
hwModel: 58,
hwModelSlug: "HELTEC_WIRELESS_TRACKER_V1_0",
platformioTarget: "heltec-wireless-tracker-V1-0",
architecture: "esp32-s3",
activelySupported: true,
displayName: "Heltec Wireless Tracker V1.0",
},
{
hwModel: 49,
Expand Down

0 comments on commit 71997fe

Please sign in to comment.