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.
2 parents 432af53 + 32ba42f commit 6b19961Copy full SHA for 6b19961
1 file changed
src/lib/resource.ts
@@ -1180,7 +1180,7 @@ export const deviceHardwareList: DeviceHardware[] = [
1180
supportLevel: 1,
1181
displayName: "Heltec Mesh Node T1",
1182
tags: ["Heltec"],
1183
- images: ["heltec-meshnode-t1.svg"]
+ images: ["heltec-meshnode-t1.svg"],
1184
},
1185
{
1186
hwModel: 128,
@@ -1192,4 +1192,15 @@ export const deviceHardwareList: DeviceHardware[] = [
1192
displayName: "Seeed MeshTracker X1",
1193
tags: ["Seeed"],
1194
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
+ },
1206
];
0 commit comments