Skip to content

Commit 25b57e8

Browse files
authored
Set activelySupported to true for Heltec Mesh Node T1
1 parent 4c64a9d commit 25b57e8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/lib/resource.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1176,10 +1176,11 @@ export const deviceHardwareList: DeviceHardware[] = [
11761176
hwModelSlug: "HELTEC_MESH_NODE_T1",
11771177
platformioTarget: "heltec-mesh-node-t1",
11781178
architecture: "nrf52840",
1179-
activelySupported: false,
1179+
activelySupported: true,
11801180
supportLevel: 1,
11811181
displayName: "Heltec Mesh Node T1",
11821182
tags: ["Heltec"],
1183+
images: ["heltec-meshnode-t1.svg"]
11831184
},
11841185
{
11851186
hwModel: 128,

0 commit comments

Comments
 (0)