Skip to content

Commit a9ad5ac

Browse files
committed
Fix partition file names for Feather S3 and QT Py S3 without PSRAM
Resolve #1004
1 parent 11b406a commit a9ad5ac

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

boards/adafruit_feather_esp32s3_nopsram.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"build": {
33
"arduino":{
44
"ldscript": "esp32s3_out.ld",
5-
"partitions": "partitions-4MB-tinyuf2.csv",
5+
"partitions": "partitions-8MB-tinyuf2.csv",
66
"memory_type": "qio_qspi"
77
},
88
"core": "esp32",

boards/adafruit_qtpy_esp32s3_nopsram.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"build": {
33
"arduino": {
4-
"ldscript": "esp32s3_out.ld"
4+
"ldscript": "esp32s3_out.ld",
5+
"partitions": "partitions-8MB-tinyuf2.csv"
56
},
67
"core": "esp32",
78
"extra_flags": [

0 commit comments

Comments
 (0)