NimBLE enhanced logging (do not merge) (#1629)

* Change log level to debug

* Don't reinit active bluetooth services

* Chmod +x before zip and adding to release
This commit is contained in:
Ben Meadors
2022-08-14 15:27:21 -05:00
committed by GitHub
parent ca9113ad05
commit 80e3cee006
4 changed files with 19 additions and 4 deletions

View File

@@ -8,6 +8,7 @@ class ESP32Bluetooth
void setup();
void shutdown();
void clearBonds();
bool isActive();
private:
void setupService();