We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f2c9f9 commit b758a2bCopy full SHA for b758a2b
1 file changed
src/lib/resource.ts
@@ -1033,7 +1033,7 @@ export const deviceHardwareList: DeviceHardware[] = [
1033
hwModelSlug: "THINKNODE_M4",
1034
platformioTarget: "thinknode_m4",
1035
architecture: "nrf52840",
1036
- activelySupported: false,
+ activelySupported: true,
1037
supportLevel: 1,
1038
displayName: "ThinkNode M4",
1039
tags: ["Elecrow"],
@@ -1045,7 +1045,7 @@ export const deviceHardwareList: DeviceHardware[] = [
1045
hwModelSlug: "THINKNODE_M6",
1046
platformioTarget: "thinknode_m6",
1047
1048
1049
1050
displayName: "ThinkNode M6",
1051
0 commit comments