Skip to content

Commit b758a2b

Browse files
authored
Update activelySupported to true for ThinkNode models
1 parent 6f2c9f9 commit b758a2b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/lib/resource.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1033,7 +1033,7 @@ export const deviceHardwareList: DeviceHardware[] = [
10331033
hwModelSlug: "THINKNODE_M4",
10341034
platformioTarget: "thinknode_m4",
10351035
architecture: "nrf52840",
1036-
activelySupported: false,
1036+
activelySupported: true,
10371037
supportLevel: 1,
10381038
displayName: "ThinkNode M4",
10391039
tags: ["Elecrow"],
@@ -1045,7 +1045,7 @@ export const deviceHardwareList: DeviceHardware[] = [
10451045
hwModelSlug: "THINKNODE_M6",
10461046
platformioTarget: "thinknode_m6",
10471047
architecture: "nrf52840",
1048-
activelySupported: false,
1048+
activelySupported: true,
10491049
supportLevel: 1,
10501050
displayName: "ThinkNode M6",
10511051
tags: ["Elecrow"],

0 commit comments

Comments
 (0)