From 12f1fda934fa62854e4079f0ecbfb41d551c1069 Mon Sep 17 00:00:00 2001 From: linagee Date: Tue, 4 Jan 2022 18:32:58 -0700 Subject: [PATCH] NimBLE: less debugging data, no more constant stream of hex esp_nimble_cfg.h and syscfg/syscfg.h were providing the default previously. This should get rid of: ble_sm_alg_s1() and messages like that proving low-level BLE data. --- platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index fa1e8f622..218e65020 100644 --- a/platformio.ini +++ b/platformio.ini @@ -106,7 +106,7 @@ upload_speed = 921600 debug_init_break = tbreak setup build_flags = ${arduino_base.build_flags} -Wall -Wextra -Isrc/esp32 -Isrc/esp32-mfix-esp32-psram-cache-issue -lnimble -std=c++11 - -DLOG_LOCAL_LEVEL=ESP_LOG_DEBUG -DCORE_DEBUG_LEVEL=ARDUHAL_LOG_LEVEL_DEBUG + -DLOG_LOCAL_LEVEL=ESP_LOG_DEBUG -DCORE_DEBUG_LEVEL=ARDUHAL_LOG_LEVEL_DEBUG -DMYNEWT_VAL_BLE_HS_LOG_LVL=4 -DAXP_DEBUG_PORT=Serial lib_deps = ${arduino_base.lib_deps}