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.
1 parent 2df41a1 commit 1d118dfCopy full SHA for 1d118df
1 file changed
src/lib/resource.ts
@@ -702,6 +702,19 @@ export const deviceHardwareList: DeviceHardware[] = [
702
images: ["thinknode_m1.svg"],
703
hasInkHud: true,
704
},
705
+ {
706
+ hwModel: 107,
707
+ hwModelSlug: "THINKNODE_M5",
708
+ platformioTarget: "thinknode_m5",
709
+ architecture: "esp32-s3",
710
+ activelySupported: true,
711
+ supportLevel: 1,
712
+ displayName: "ThinkNode M5",
713
+ tags: ["Elecrow"],
714
+ requiresDfu: true,
715
+ images: ["thinknode_m1.svg"],
716
+ hasInkHud: true,
717
+ },
718
{
719
hwModel: 90,
720
hwModelSlug: "THINKNODE_M2",
0 commit comments