Skip to content

Commit

Permalink
Merge pull request #35 from meshtastic/remove-114-support
Browse files Browse the repository at this point in the history
Remove official support from Heltec Mesh Node 114
  • Loading branch information
thebentern authored Sep 23, 2024
2 parents 1711ed6 + a781f8b commit 70f8d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/resource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ export const deviceHardwareList: DeviceHardware[] = [
hwModelSlug: "HELTEC_MESH_NODE_T114",
platformioTarget: "heltec-mesh-node-t114",
architecture: "nrf52840",
activelySupported: true,
activelySupported: false,
displayName: "Heltec Mesh Node T114",
},
{
Expand Down

0 comments on commit 70f8d17

Please sign in to comment.