From 7812e7df72843d9a3200f4b3e65b8856d0877d6e Mon Sep 17 00:00:00 2001 From: James Rich <2199651+jamesarich@users.noreply.github.com> Date: Wed, 4 Mar 2026 05:27:54 -0600 Subject: [PATCH] chore: Scheduled updates (Firmware, Hardware, Translations, Graphs) (#4706) --- app/src/main/assets/device_hardware.json | 33 ++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/app/src/main/assets/device_hardware.json b/app/src/main/assets/device_hardware.json index 0699ff16b..adb15acce 100644 --- a/app/src/main/assets/device_hardware.json +++ b/app/src/main/assets/device_hardware.json @@ -1349,5 +1349,38 @@ "images": [ "tbeam-1w.svg" ] + }, + { + "hwModel": 123, + "hwModelSlug": "T5_S3_EPAPER_PRO", + "platformioTarget": "t5-epaper-s3", + "architecture": "esp32-s3", + "activelySupported": false, + "supportLevel": 1, + "displayName": "LilyGo T5 E-paper S3 Pro", + "tags": [ + "LilyGo" + ], + "hasMui": false, + "partitionScheme": "8MB", + "images": [ + "t5s3-epaper-pro.svg" + ] + }, + { + "hwModel": 125, + "hwModelSlug": "MINI_EPAPER_S3", + "platformioTarget": "mini-epaper-s3", + "architecture": "esp32-s3", + "activelySupported": false, + "supportLevel": 1, + "displayName": "LilyGo Mini E-paper S3", + "tags": [ + "LilyGo" + ], + "hasMui": false, + "images": [ + "mini-epaper-s3.svg" + ] } ] \ No newline at end of file