Optimize order of monitor_filters

The order is important. FIrst analyze for exceptions, then add the time, then add to logfile and at the end colorize the output
This commit is contained in:
Thomas Basler 2022-10-11 23:14:04 +02:00
parent 072a7c7a3d
commit c4729c240d

View File

@ -31,7 +31,7 @@ extra_scripts =
board_build.partitions = partitions_custom.csv
board_build.filesystem = littlefs
monitor_filters = time, colorize, log2file, esp32_exception_decoder
monitor_filters = esp32_exception_decoder, time, log2file, colorize
monitor_speed = 115200
upload_protocol = esptool