Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 37 additions & 2 deletions src/lib/resource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down