From 108e9a8c0189e28a38f7171f08574250282e85f7 Mon Sep 17 00:00:00 2001 From: James Rich <2199651+jamesarich@users.noreply.github.com> Date: Wed, 24 Sep 2025 14:39:11 -0500 Subject: [PATCH] chore: Scheduled updates (Firmware, Hardware) (#3193) Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com> --- app/src/main/assets/device_hardware.json | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/app/src/main/assets/device_hardware.json b/app/src/main/assets/device_hardware.json index bcd6fb00e..b1ff477a4 100644 --- a/app/src/main/assets/device_hardware.json +++ b/app/src/main/assets/device_hardware.json @@ -1105,13 +1105,13 @@ "platformioTarget": "m5stack-unitc6l", "architecture": "esp32-c6", "supportLevel": 1, - "activelySupported": false, + "activelySupported": true, "displayName": "M5Stack Unit C6L", "tags": [ "M5Stack" ], "images": [ - "place_holder.svg" + "m5_c6l.svg" ] }, { @@ -1119,7 +1119,7 @@ "hwModelSlug": "HELTEC_V4", "platformioTarget": "heltec-v4", "architecture": "esp32-s3", - "activelySupported": false, + "activelySupported": true, "supportLevel": 1, "displayName": "Heltec V4", "tags": [ @@ -1127,6 +1127,9 @@ ], "requiresDfu": true, "hasMui": false, - "partitionScheme": "16MB" + "partitionScheme": "16MB", + "images": [ + "heltec_v4.svg" + ] } ] \ No newline at end of file