From b4f75ad04202b300eb74a54e813a20aa66a4cb48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Fri, 23 Sep 2022 19:52:07 +0200 Subject: [PATCH] use exception decoder --- arch/esp32/esp32.ini | 1 + arch/esp32/esp32s3.ini | 1 + 2 files changed, 2 insertions(+) diff --git a/arch/esp32/esp32.ini b/arch/esp32/esp32.ini index 49ff1054d..c11daed72 100644 --- a/arch/esp32/esp32.ini +++ b/arch/esp32/esp32.ini @@ -6,6 +6,7 @@ build_src_filter = ${arduino_base.build_src_filter} - - - upload_speed = 921600 debug_init_break = tbreak setup +monitor_filters = esp32_exception_decoder # Remove -DMYNEWT_VAL_BLE_HS_LOG_LVL=LOG_LEVEL_CRITICAL for low level BLE logging. # See library directory for BLE logging possible values: .pio/libdeps/tbeam/NimBLE-Arduino/src/log_common/log_common.h diff --git a/arch/esp32/esp32s3.ini b/arch/esp32/esp32s3.ini index 4e2817184..7828ea688 100644 --- a/arch/esp32/esp32s3.ini +++ b/arch/esp32/esp32s3.ini @@ -6,6 +6,7 @@ build_src_filter = upload_speed = 961200 monitor_speed = 115200 debug_init_break = tbreak setup +monitor_filters = esp32_exception_decoder # Remove -DMYNEWT_VAL_BLE_HS_LOG_LVL=LOG_LEVEL_CRITICAL for low level BLE logging. # See library directory for BLE logging possible values: .pio/libdeps/tbeam/NimBLE-Arduino/src/log_common/log_common.h