Skip to content

Commit ed236d6

Browse files
authored
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.
1 parent 87c7325 commit ed236d6

1 file changed

Lines changed: 15 additions & 2 deletions

File tree

src/lib/resource.ts

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1103,14 +1103,27 @@ export const deviceHardwareList: DeviceHardware[] = [
11031103
{
11041104
hwModel: 123,
11051105
hwModelSlug: "T5_S3_EPAPER_PRO",
1106-
platformioTarget: "t5-epaper-s3",
1106+
platformioTarget: "t5-epaper-s3-v1",
11071107
architecture: "esp32-s3",
1108-
activelySupported: false,
1108+
activelySupported: true,
11091109
supportLevel: 1,
11101110
displayName: "LilyGo T5 E-paper S3 Pro",
11111111
tags: ["LilyGo"],
11121112
hasMui: false,
11131113
partitionScheme: "8MB",
1114+
images: ["t5s3_epaper_v2.svg"],
1115+
},
1116+
{
1117+
hwModel: 123,
1118+
hwModelSlug: "T5_S3_EPAPER_PRO",
1119+
platformioTarget: "t5s3-epaper-v2",
1120+
architecture: "esp32-s3",
1121+
activelySupported: true,
1122+
supportLevel: 1,
1123+
displayName: "LilyGo T5 E-paper S3 Pro V2",
1124+
tags: ["LilyGo"],
1125+
hasMui: false,
1126+
partitionScheme: "8MB",
11141127
images: ["t5s3_epaper.svg"],
11151128
},
11161129
{

0 commit comments

Comments
 (0)