Update platformio.ini
Add build_type = debug
This commit is contained in:
parent
ad4a4bcba9
commit
2ed6116bdc
@ -37,7 +37,9 @@ extra_scripts =
|
|||||||
board = esp32-poe
|
board = esp32-poe
|
||||||
board_build.partitions = partitions_custom.csv
|
board_build.partitions = partitions_custom.csv
|
||||||
board_build.filesystem = littlefs
|
board_build.filesystem = littlefs
|
||||||
monitor_filters = time, colorize, log2file, esp32_exception_decoder
|
build_type = debug
|
||||||
|
;monitor_filters = time, colorize, log2file, esp32_exception_decoder
|
||||||
|
monitor_filters = time, log2file, esp32_exception_decoder
|
||||||
monitor_port = COM4
|
monitor_port = COM4
|
||||||
monitor_speed = 115200
|
monitor_speed = 115200
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user