Skip to content

Commit b283ae0

Browse files
authored
Merge pull request #75 from meshtastic/rcarteraz-patch-3
Add M5Stack Unit C6L
2 parents 5914821 + 03ea7c2 commit b283ae0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/lib/resource.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -872,4 +872,15 @@ export const deviceHardwareList: DeviceHardware[] = [
872872
hasInkHud: false,
873873
images: ["techo_lite.svg"]
874874
},
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+
},
875886
];

0 commit comments

Comments
 (0)