From 222436b92c0e0002f1113f54c77268347d77801e Mon Sep 17 00:00:00 2001 From: James Rich <2199651+jamesarich@users.noreply.github.com> Date: Thu, 28 Aug 2025 15:04:38 -0500 Subject: [PATCH] chore: Scheduled updates (Firmware, Hardware) (#2901) Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com> --- app/src/main/assets/device_hardware.json | 58 +++++++++++++++++++++++- 1 file changed, 56 insertions(+), 2 deletions(-) diff --git a/app/src/main/assets/device_hardware.json b/app/src/main/assets/device_hardware.json index 8ce583ee7..46f723d78 100644 --- a/app/src/main/assets/device_hardware.json +++ b/app/src/main/assets/device_hardware.json @@ -962,14 +962,17 @@ "hwModelSlug": "SEEED_WIO_TRACKER_L1_EINK", "platformioTarget": "seeed_wio_tracker_L1_eink", "architecture": "nrf52840", - "activelySupported": false, + "activelySupported": true, "supportLevel": 1, "displayName": "Seeed Wio Tracker L1 E-Ink", "tags": [ "Seeed" ], "requiresDfu": true, - "hasInkHud": true + "hasInkHud": true, + "images": [ + "wio_tracker_l1_eink.svg" + ] }, { "hwModel": 97, @@ -1044,5 +1047,56 @@ "requiresDfu": true, "hasMui": false, "partitionScheme": "16MB" + }, + { + "hwModel": 103, + "hwModelSlug": "T_LORA_PAGER", + "platformioTarget": "tlora-pager", + "architecture": "esp32-s3", + "activelySupported": false, + "supportLevel": 1, + "displayName": "LILYGO T-LoRa Pager", + "tags": [ + "LilyGo" + ], + "requiresDfu": true, + "hasMui": false, + "partitionScheme": "16MB", + "images": [ + "lilygo-tlora-pager.svg" + ] + }, + { + "hwModel": 108, + "hwModelSlug": "HELTEC_MESH_SOLAR", + "platformioTarget": "heltec-mesh-solar", + "architecture": "nrf52840", + "activelySupported": false, + "supportLevel": 1, + "displayName": "Heltec MeshSolar", + "tags": [ + "Heltec" + ], + "requiresDfu": true, + "images": [ + "heltec-mesh-solar.svg" + ] + }, + { + "hwModel": 109, + "hwModelSlug": "T_ECHO_LITE", + "platformioTarget": "t-echo-lite", + "architecture": "nrf52840", + "activelySupported": false, + "supportLevel": 1, + "displayName": "LILYGO T-Echo Lite", + "tags": [ + "LilyGo" + ], + "requiresDfu": true, + "hasInkHud": false, + "images": [ + "techo_lite.svg" + ] } ] \ No newline at end of file