Fix BLE initialization

This commit is contained in:
Just Call Me Koko
2020-08-28 15:42:32 -04:00
parent 0f4a94134e
commit 018198d51b

View File

@@ -131,6 +131,7 @@ WiFiScan::WiFiScan()
void WiFiScan::RunSetup() {
BLEDevice::init("");
pBLEScan = BLEDevice::getScan(); //create new scan
this->ble_initialized = true;
this->shutdownBLE();
}