Skip to content

Commit

Permalink
Minor updates on pio.ini build_type = debug (temporary)
Browse files Browse the repository at this point in the history
  • Loading branch information
ewowi committed Jan 23, 2024
1 parent f5bb75d commit 5f05d62
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,11 @@ framework = arduino
upload_speed = 1500000
monitor_speed = 115200
monitor_filters = esp32_exception_decoder
board_build.partitions = tools/WLED_ESP32_4MB_256KB_FS.csv ;; 1.8MB firmware, 256KB filesystem (esptool erase_flash needed when changing from "standard WLED" partitions)
board_build.filesystem = littlefs
board_build.f_flash = 80000000L ; use full 80MHz speed for flash (default = 40Mhz)
board_build.flash_mode = dio ; (dio = dual i/o; more compatible than qio = quad i/o)
build_type = debug
build_flags =
-DCONFIG_IDF_TARGET_ESP32=1
-DCONFIG_ASYNC_TCP_USE_WDT=0
Expand Down Expand Up @@ -89,6 +91,7 @@ monitor_speed = 115200
board_build.partitions = tools/WLED_ESP32_4MB_256KB_FS.csv ;; 1.8MB firmware, 256KB filesystem (esptool erase_flash needed when changing from "standard WLED" partitions)
monitor_filters = esp32_exception_decoder
board_build.filesystem = littlefs
build_type = debug
build_unflags =
; -DARDUINO_USB_CDC_ON_BOOT=1 ;; un-comment if you want to use a "real" serial-to-USB moddule
build_flags =
Expand Down

0 comments on commit 5f05d62

Please sign in to comment.