Skip to content

Commit 80dcdf0

Browse files
authored
Merge pull request #93 from meshtastic/copilot/add-api-options-for-thinknode-devices
Add ThinkNode M7 hardware model to API device resource list
2 parents 3ee0b0b + 0cd961d commit 80dcdf0

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

src/lib/resource.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1133,4 +1133,15 @@ export const deviceHardwareList: DeviceHardware[] = [
11331133
tags: ["Heltec"],
11341134
images: ["heltec-t096.svg"],
11351135
},
1136+
{
1137+
hwModel: 129,
1138+
hwModelSlug: "THINKNODE_M7",
1139+
platformioTarget: "thinknode_m7",
1140+
architecture: "esp32-s3",
1141+
activelySupported: false,
1142+
supportLevel: 1,
1143+
displayName: "ThinkNode M7",
1144+
tags: ["Elecrow"],
1145+
requiresDfu: false,
1146+
},
11361147
];

0 commit comments

Comments
 (0)