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 e1d786e commit 714495eCopy full SHA for 714495e
1 file changed
src/lib/resource.ts
@@ -878,22 +878,23 @@ export const deviceHardwareList: DeviceHardware[] = [
878
platformioTarget: "m5stack-unitc6l",
879
architecture: "esp32-c6",
880
supportLevel: 1,
881
- activelySupported: false,
+ activelySupported: true,
882
displayName: "M5Stack Unit C6L",
883
tags: ["M5Stack"],
884
- images: ["place_holder.svg"],
+ images: ["m5_c6l.svg"],
885
},
886
{
887
hwModel: 110,
888
hwModelSlug: "HELTEC_V4",
889
platformioTarget: "heltec-v4",
890
architecture: "esp32-s3",
891
892
893
displayName: "Heltec V4",
894
tags: ["Heltec"],
895
requiresDfu: true,
896
hasMui: false,
897
partitionScheme: "16MB",
898
+ images: ["heltec_v4.svg"]
899
900
];
0 commit comments