From e96c53359cebb274ee3c5c64f412d858fde335fc Mon Sep 17 00:00:00 2001 From: Peter Buchegger Date: Sun, 23 May 2021 23:28:45 +0200 Subject: [PATCH] set core debug to verbose --- platformio.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platformio.ini b/platformio.ini index 41331b1..d0aa3c4 100644 --- a/platformio.ini +++ b/platformio.ini @@ -24,10 +24,10 @@ check_skip_packages = yes [env:lora_board] board = esp32doit-devkit-v1 -build_flags = -Werror -Wall +build_flags = -Werror -Wall -DCORE_DEBUG_LEVEL=5 [env:lora_board_debug] board = esp32doit-devkit-v1 -build_flags = -Werror -Wall +build_flags = -Werror -Wall -DCORE_DEBUG_LEVEL=5 build_type = debug monitor_filters = esp32_exception_decoder