Skip to content

Commit

Permalink
Add tracker-t1000-e
Browse files Browse the repository at this point in the history
  • Loading branch information
thebentern authored Jul 26, 2024
1 parent 55eba55 commit dd6876c
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 @@ -384,4 +384,12 @@ export const deviceHardwareList: DeviceHardware[] = [
activelySupported: true,
displayName: "Heltec Vision Master E213",
},
{
hwModel: 71,
hwModelSlug: "TRACKER_T1000_E",
platformioTarget: "tracker-t1000-e",
architecture: "nrf52840",
activelySupported: true,
displayName: "T1000-E Tracker Card",
},
];

0 comments on commit dd6876c

Please sign in to comment.