File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments