File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff 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] ;
You can’t perform that action at this time.
0 commit comments