Skip to content

Commit 196c4bf

Browse files
authored
Change default partition for lilygo-t-display-s3
The previously used `app3M_fat9M_16MB.csv` prevented usage of LittleFS Resolves #1055
1 parent 1d206cc commit 196c4bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/lilygo-t-display-s3.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"arduino": {
44
"ldscript": "esp32s3_out.ld",
55
"memory_type": "qio_opi",
6-
"partitions": "app3M_fat9M_16MB.csv"
6+
"partitions": "default_16MB.csv"
77
},
88
"core": "esp32",
99
"extra_flags": [

0 commit comments

Comments
 (0)