Add config option for log verbosity.

This commit is contained in:
h2zero
2022-01-14 19:45:48 -07:00
parent 798726c05d
commit ea02eb9452
5 changed files with 82 additions and 48 deletions

View File

@@ -181,7 +181,7 @@ void NimBLEServer::start() {
abort();
}
#if CONFIG_NIMBLE_CPP_DEBUG_LEVEL >= 4
#if CONFIG_NIMBLE_CPP_LOG_LEVEL >= 4
ble_gatts_show_local();
#endif
/*** Future use ***