Skip to content

Commit fd59ead

Browse files
authored
Fix wrong partition name entry
1 parent 77b00e4 commit fd59ead

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

boards/adafruit_feather_esp32s3_reversetft.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"build": {
33
"arduino": {
4-
"ldscript": "esp32s3_out.ld",
5-
"partitions": "partitions-4MB-tinyuf2.csv",
4+
"partitions": "tinyuf2-partitions-4MB.csv",
65
"memory_type": "qio_qspi"
76
},
87
"core": "esp32",

0 commit comments

Comments
 (0)