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"], }, {