We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3ee0b0b + 0cd961d commit 80dcdf0Copy full SHA for 80dcdf0
1 file changed
src/lib/resource.ts
@@ -1133,4 +1133,15 @@ export const deviceHardwareList: DeviceHardware[] = [
1133
tags: ["Heltec"],
1134
images: ["heltec-t096.svg"],
1135
},
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
+ },
1147
];
0 commit comments