We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44024f6 commit b047125Copy full SHA for b047125
1 file changed
platformio.ini
@@ -233,6 +233,7 @@ extra_scripts = pre:rename_usb_config.py
233
extends = common:esp32
234
board = adafruit_feather_esp32s3_nopsram
235
build_flags = -DARDUINO_ADAFRUIT_FEATHER_ESP32S3_NOPSRAM
236
+board_build.partitions = tinyuf2-partitions-8MB.csv
237
extra_scripts = pre:rename_usb_config.py
238
239
; Adafruit Feather ESP32-S3 TFT
@@ -367,7 +368,7 @@ extra_scripts = pre:rename_usb_config.py
367
368
369
board = adafruit_qtpy_esp32s3_nopsram
370
build_flags = -DARDUINO_ADAFRUIT_QTPY_ESP32S3_NOPSRAM
-board_build.partitions = tinyuf2-partitions-4MB.csv
371
372
373
374
; Adafruit QT Py ESP32-S3 with PSRAM
0 commit comments