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,