diff --git a/src/lib/resource.ts b/src/lib/resource.ts index 6a6f622..b056d73 100644 --- a/src/lib/resource.ts +++ b/src/lib/resource.ts @@ -1180,7 +1180,7 @@ export const deviceHardwareList: DeviceHardware[] = [ supportLevel: 1, displayName: "Heltec Mesh Node T1", tags: ["Heltec"], - images: ["heltec-meshnode-t1.svg"] + images: ["heltec-meshnode-t1.svg"], }, { hwModel: 128, @@ -1192,4 +1192,15 @@ export const deviceHardwareList: DeviceHardware[] = [ displayName: "Seeed MeshTracker X1", tags: ["Seeed"], }, + { + hwModel: 130, + hwModelSlug: "THINKNODE_M8", + platformioTarget: "thinknode_m8", + architecture: "nrf52840", + activelySupported: false, + supportLevel: 1, + displayName: "Elecrow ThinkNode M8", + tags: ["Elecrow"], + images: ["thinknode-m8.svg"], + }, ];