Update platformio.ini

Add build_type = debug
This commit is contained in:
klahus1 2022-07-12 14:02:57 +02:00 committed by GitHub
parent ad4a4bcba9
commit 2ed6116bdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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