We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c64a9d commit 25b57e8Copy full SHA for 25b57e8
1 file changed
src/lib/resource.ts
@@ -1176,10 +1176,11 @@ export const deviceHardwareList: DeviceHardware[] = [
1176
hwModelSlug: "HELTEC_MESH_NODE_T1",
1177
platformioTarget: "heltec-mesh-node-t1",
1178
architecture: "nrf52840",
1179
- activelySupported: false,
+ activelySupported: true,
1180
supportLevel: 1,
1181
displayName: "Heltec Mesh Node T1",
1182
tags: ["Heltec"],
1183
+ images: ["heltec-meshnode-t1.svg"]
1184
},
1185
{
1186
hwModel: 128,
0 commit comments