mirror of
https://github.com/justcallmekoko/ESP32Marauder.git
synced 2025-12-10 14:51:02 -08:00
Fix BLE initialization
This commit is contained in:
@@ -131,6 +131,7 @@ WiFiScan::WiFiScan()
|
||||
void WiFiScan::RunSetup() {
|
||||
BLEDevice::init("");
|
||||
pBLEScan = BLEDevice::getScan(); //create new scan
|
||||
this->ble_initialized = true;
|
||||
|
||||
this->shutdownBLE();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user