More consistent bluetooth notify

This commit is contained in:
2024-08-24 11:45:09 -04:00
parent 1c7a10c330
commit 5772ae2ed6
6 changed files with 36 additions and 47 deletions

View File

@ -27,6 +27,6 @@ CONFIG_BT_NIMBLE_NVS_PERSIST=y
# Change this to set log levels for the esp_idf; but unfortunately also the maximum for cargo.toml.
# Changing maximum level does not seem to accomplish anything despite this commit https://github.com/esp-rs/esp-idf-svc/commit/c76720402b3dc32cc42aec7c2feb4539cc7d2af9
# The unfortunate side effect of this is a 2k larger binary and log spam on startup.
# TODO: revisit and remove this for release?
# TODO DEBUG: revisit and remove this for release?
CONFIG_LOG_DEFAULT_LEVEL_VERBOSE=y
CONFIG_LOG_MAXIMUM_LEVEL_VERBOSE=y