Skip to content

Commit 6b19961

Browse files
authored
Merge pull request #107 from meshtastic/device-registry/thinknode-m8
Add Elecrow ThinkNode M8 to the device hardware registry
2 parents 432af53 + 32ba42f commit 6b19961

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

src/lib/resource.ts

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1180,7 +1180,7 @@ export const deviceHardwareList: DeviceHardware[] = [
11801180
supportLevel: 1,
11811181
displayName: "Heltec Mesh Node T1",
11821182
tags: ["Heltec"],
1183-
images: ["heltec-meshnode-t1.svg"]
1183+
images: ["heltec-meshnode-t1.svg"],
11841184
},
11851185
{
11861186
hwModel: 128,
@@ -1192,4 +1192,15 @@ export const deviceHardwareList: DeviceHardware[] = [
11921192
displayName: "Seeed MeshTracker X1",
11931193
tags: ["Seeed"],
11941194
},
1195+
{
1196+
hwModel: 130,
1197+
hwModelSlug: "THINKNODE_M8",
1198+
platformioTarget: "thinknode_m8",
1199+
architecture: "nrf52840",
1200+
activelySupported: false,
1201+
supportLevel: 1,
1202+
displayName: "Elecrow ThinkNode M8",
1203+
tags: ["Elecrow"],
1204+
images: ["thinknode-m8.svg"],
1205+
},
11951206
];

0 commit comments

Comments
 (0)