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 5914821 + 03ea7c2 commit b283ae0Copy full SHA for b283ae0
1 file changed
src/lib/resource.ts
@@ -872,4 +872,15 @@ export const deviceHardwareList: DeviceHardware[] = [
872
hasInkHud: false,
873
images: ["techo_lite.svg"]
874
},
875
+ {
876
+ hwModel: 111,
877
+ hwModelSlug: "M5STACK_C6L",
878
+ platformioTarget: "m5stack-unitc6l",
879
+ architecture: "esp32-c6",
880
+ supportLevel: 1,
881
+ activelySupported: false,
882
+ displayName: "M5Stack Unit C6L",
883
+ tags: ["M5Stack"],
884
+ images: ["place_holder.svg"],
885
+ },
886
];
0 commit comments