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
409
409
extends = common:esp32
410
410
board = esp32-s3-devkitc-1
411
411
build_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
413
414
; extra_scripts = pre:rename_usb_config.py
414
415
415
416
; Espressif ESP32-S3 NO PSRAM espressif_esp32s3_devkitc_1_n8 (DEBUG)
@@ -427,7 +428,8 @@ build_flags =
427
428
-DARDUINO_CORE_LOG_LEVEL =5
428
429
-DARDUINO_LOG_LEVEL =5
429
430
-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
431
433
; extra_scripts = pre:rename_usb_config.py
432
434
433
435
; ESP8266 Boards
You can’t perform that action at this time.
0 commit comments