Skip to content

Commit

Permalink
Merge pull request #33 from todd-herbert/patch-2
Browse files Browse the repository at this point in the history
Add Heltec Mesh Node T114
  • Loading branch information
thebentern authored Aug 26, 2024
2 parents 18eb686 + fdeef1a commit 0d04a0c
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 @@ -400,6 +400,14 @@ export const deviceHardwareList: DeviceHardware[] = [
activelySupported: true,
displayName: "Heltec Vision Master E290",
},
{
hwModel: 69,
hwModelSlug: "HELTEC_MESH_NODE_T114",
platformioTarget: "heltec-mesh-node-t114",
architecture: "nrf52840",
activelySupported: true,
displayName: "Heltec Mesh Node T114",
},
{
hwModel: 71,
hwModelSlug: "TRACKER_T1000_E",
Expand Down

0 comments on commit 0d04a0c

Please sign in to comment.