From c4729c240d8b65dcf1e111c9974b91f70b5f1d36 Mon Sep 17 00:00:00 2001 From: Thomas Basler Date: Tue, 11 Oct 2022 23:14:04 +0200 Subject: [PATCH] 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 --- platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index 7aff0e03..d9710664 100644 --- a/platformio.ini +++ b/platformio.ini @@ -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