File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1065,4 +1065,29 @@ export const deviceHardwareList: DeviceHardware[] = [
10651065 partitionScheme : "8MB" ,
10661066 images : [ "tbeam-1w.svg" ] ,
10671067 } ,
1068+ {
1069+ hwModel : 123 ,
1070+ hwModelSlug : "T5_S3_EPAPER_PRO" ,
1071+ platformioTarget : "t5-epaper-s3" ,
1072+ architecture : "esp32-s3" ,
1073+ activelySupported : false ,
1074+ supportLevel : 1 ,
1075+ displayName : "LilyGo T5 E-paper S3 Pro" ,
1076+ tags : [ "LilyGo" ] ,
1077+ hasMui : false ,
1078+ partitionScheme : "8MB" ,
1079+ images : [ "t5s3-epaper-pro.svg" ] ,
1080+ } ,
1081+ {
1082+ hwModel : 125 ,
1083+ hwModelSlug : "MINI_EPAPER_S3" ,
1084+ platformioTarget : "mini-epaper-s3" ,
1085+ architecture : "esp32-s3" ,
1086+ activelySupported : false ,
1087+ supportLevel : 1 ,
1088+ displayName : "LilyGo Mini E-paper S3" ,
1089+ tags : [ "LilyGo" ] ,
1090+ hasMui : false ,
1091+ images : [ "mini-epaper-s3.svg" ] ,
1092+ } ,
10681093] ;
You can’t perform that action at this time.
0 commit comments