We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72c042e commit 1774354Copy full SHA for 1774354
1 file changed
src/lib/resource.ts
@@ -971,11 +971,12 @@ export const deviceHardwareList: DeviceHardware[] = [
971
hwModelSlug: "THINKNODE_M3",
972
platformioTarget: "thinknode_m3",
973
architecture: "nrf52840",
974
- activelySupported: false,
+ activelySupported: true,
975
supportLevel: 1,
976
displayName: "ThinkNode M3",
977
tags: ["Elecrow"],
978
requiresDfu: true,
979
+ images: ["thinknode_m3.svg"]
980
},
981
{
982
hwModel: 116,
0 commit comments