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:
@@ -46,7 +46,7 @@ void setBluetoothEnable(bool on) {
|
||||
if (!esp32Bluetooth) {
|
||||
esp32Bluetooth = new ESP32Bluetooth();
|
||||
}
|
||||
if (on) {
|
||||
if (on && !esp32Bluetooth->isActive()) {
|
||||
esp32Bluetooth->setup();
|
||||
} else {
|
||||
esp32Bluetooth->shutdown();
|
||||
|
||||
Reference in New Issue
Block a user