From ed236d6da140b85bdafdf47a479596c2f40c501a Mon Sep 17 00:00:00 2001 From: rcarteraz Date: Tue, 8 Sep 2026 13:58:08 -0700 Subject: [PATCH] Update T5 E-paper S3 Pro and add Pro V2 details Updated platformioTarget and activelySupported fields for the T5 E-paper S3 Pro. Added a new entry for the T5 E-paper S3 Pro V2 with updated details. --- src/lib/resource.ts | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/src/lib/resource.ts b/src/lib/resource.ts index 26ceb1a..ae81d3b 100644 --- a/src/lib/resource.ts +++ b/src/lib/resource.ts @@ -1103,14 +1103,27 @@ export const deviceHardwareList: DeviceHardware[] = [ { hwModel: 123, hwModelSlug: "T5_S3_EPAPER_PRO", - platformioTarget: "t5-epaper-s3", + platformioTarget: "t5-epaper-s3-v1", architecture: "esp32-s3", - activelySupported: false, + activelySupported: true, supportLevel: 1, displayName: "LilyGo T5 E-paper S3 Pro", tags: ["LilyGo"], hasMui: false, partitionScheme: "8MB", + images: ["t5s3_epaper_v2.svg"], + }, + { + hwModel: 123, + hwModelSlug: "T5_S3_EPAPER_PRO", + platformioTarget: "t5s3-epaper-v2", + architecture: "esp32-s3", + activelySupported: true, + supportLevel: 1, + displayName: "LilyGo T5 E-paper S3 Pro V2", + tags: ["LilyGo"], + hasMui: false, + partitionScheme: "8MB", images: ["t5s3_epaper.svg"], }, {