Skip to content

Commit 714495e

Browse files
committed
Images
1 parent e1d786e commit 714495e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/lib/resource.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -878,22 +878,23 @@ export const deviceHardwareList: DeviceHardware[] = [
878878
platformioTarget: "m5stack-unitc6l",
879879
architecture: "esp32-c6",
880880
supportLevel: 1,
881-
activelySupported: false,
881+
activelySupported: true,
882882
displayName: "M5Stack Unit C6L",
883883
tags: ["M5Stack"],
884-
images: ["place_holder.svg"],
884+
images: ["m5_c6l.svg"],
885885
},
886886
{
887887
hwModel: 110,
888888
hwModelSlug: "HELTEC_V4",
889889
platformioTarget: "heltec-v4",
890890
architecture: "esp32-s3",
891-
activelySupported: false,
891+
activelySupported: true,
892892
supportLevel: 1,
893893
displayName: "Heltec V4",
894894
tags: ["Heltec"],
895895
requiresDfu: true,
896896
hasMui: false,
897897
partitionScheme: "16MB",
898+
images: ["heltec_v4.svg"]
898899
},
899900
];

0 commit comments

Comments
 (0)