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.
This commit is contained in:
linagee 2022-01-04 18:32:58 -07:00
parent cb0073f6fa
commit 12f1fda934
No known key found for this signature in database
GPG Key ID: 8CE2F45CB4CBA384

View File

@ -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}