Skip to content

Commit 548f725

Browse files
authored
Update platformioTarget and image filenames
1 parent b16fe9c commit 548f725

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/lib/resource.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1103,15 +1103,15 @@ export const deviceHardwareList: DeviceHardware[] = [
11031103
{
11041104
hwModel: 123,
11051105
hwModelSlug: "T5_S3_EPAPER_PRO",
1106-
platformioTarget: "t5-epaper-s3-v1",
1106+
platformioTarget: "t5s3-epaper-v1",
11071107
architecture: "esp32-s3",
11081108
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"],
1114+
images: ["t5s3_epaper.svg"],
11151115
},
11161116
{
11171117
hwModel: 123,
@@ -1124,7 +1124,7 @@ export const deviceHardwareList: DeviceHardware[] = [
11241124
tags: ["LilyGo"],
11251125
hasMui: false,
11261126
partitionScheme: "8MB",
1127-
images: ["t5s3_epaper.svg"],
1127+
images: ["t5s3_epaper_v2.svg"],
11281128
},
11291129
{
11301130
hwModel: 125,

0 commit comments

Comments
 (0)