Skip to content

Commit f88b4b3

Browse files
authored
Fix flash size for Adafruit QT Py ESP32-S3 without PSRAM
Resolves platformio#886
1 parent 4901957 commit f88b4b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

boards/adafruit_qtpy_esp32s3_nopsram.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@
5050
]
5151
]
5252
},
53-
"flash_size": "4MB",
53+
"flash_size": "8MB",
5454
"maximum_ram_size": 327680,
55-
"maximum_size": 4194304,
55+
"maximum_size": 8388608,
5656
"use_1200bps_touch": true,
5757
"wait_for_upload_port": true,
5858
"require_upload_port": true,

0 commit comments

Comments
 (0)