From 6a499f0d1b3d1970d2393535ff38353bc95e1486 Mon Sep 17 00:00:00 2001 From: George <509474+giannoug@users.noreply.github.com> Date: Fri, 7 Aug 2026 07:28:13 +0000 Subject: [PATCH] fix(resources): correct LilyGo T5 S3 ePaper targets --- src/lib/resource.ts | 39 +++++++++++++++++++++++++++++++++++++-- 1 file changed, 37 insertions(+), 2 deletions(-) diff --git a/src/lib/resource.ts b/src/lib/resource.ts index 63f882d..ac6b956 100644 --- a/src/lib/resource.ts +++ b/src/lib/resource.ts @@ -1102,15 +1102,50 @@ export const deviceHardwareList: DeviceHardware[] = [ { hwModel: 123, hwModelSlug: "T5_S3_EPAPER_PRO", - platformioTarget: "t5-epaper-s3", + platformioTarget: "t5s3-epaper-v2", architecture: "esp32-s3", activelySupported: false, supportLevel: 1, displayName: "LilyGo T5 E-paper S3 Pro", tags: ["LilyGo"], hasMui: false, - partitionScheme: "8MB", + partitionScheme: "16MB", + images: ["t5s3_epaper.svg"], + requiresDfu: true, + key: "t5s3-epaper-v2", + variant: "H752-01 (V2)", + }, + { + hwModel: 123, + hwModelSlug: "T5_S3_EPAPER_PRO", + platformioTarget: "t5s3-epaper-v1", + architecture: "esp32-s3", + activelySupported: false, + supportLevel: 1, + displayName: "LilyGo T5 E-paper S3 Pro V1", + tags: ["LilyGo"], + hasMui: false, + partitionScheme: "16MB", images: ["t5s3_epaper.svg"], + requiresDfu: true, + key: "t5s3-epaper-v1", + variant: "H752 (V1)", + }, + { + hwModel: 123, + hwModelSlug: "T5_S3_EPAPER_PRO", + platformioTarget: "t5s3_epaper_inkhud", + architecture: "esp32-s3", + activelySupported: false, + supportLevel: 1, + displayName: "LilyGo T5 E-paper S3 Pro V2 InkHUD", + tags: ["LilyGo"], + hasMui: false, + partitionScheme: "16MB", + images: ["t5s3_epaper.svg"], + requiresDfu: true, + key: "t5s3_epaper_inkhud", + variant: "H752-01 (V2) InkHUD", }, { hwModel: 125,