File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -409,7 +409,8 @@ extra_scripts = pre:rename_usb_config.py
409409extends = common:esp32
410410board = esp32-s3-devkitc-1
411411build_flags = -DARDUINO_ESPRESSIF_ESP32S3_DEVKITC_1_N8 -DUSE_TINYUSB =1 -DARDUINO_USB_MODE =0 -DARDUINO_USB_CDC_ON_BOOT =1
412- board_build.partitions = tinyuf2-partitions-8MB.csv
412+ board_build.partitions = noota_ffat.csv
413+ ; board_build.partitions = tinyuf2-partitions-8MB.csv
413414; extra_scripts = pre:rename_usb_config.py
414415
415416; Espressif ESP32-S3 NO PSRAM espressif_esp32s3_devkitc_1_n8 (DEBUG)
@@ -427,7 +428,8 @@ build_flags =
427428 -DARDUINO_CORE_LOG_LEVEL =5
428429 -DARDUINO_LOG_LEVEL =5
429430 -DARDUHAL_LOG_LEVEL =5
430- board_build.partitions = tinyuf2-partitions-8MB.csv
431+ ; board_build.partitions = tinyuf2-partitions-8MB.csv
432+ board_build.partitions = noota_ffat.csv
431433; extra_scripts = pre:rename_usb_config.py
432434
433435; ESP8266 Boards
You can’t perform that action at this time.
0 commit comments