disable bluetooth while using wifi (esp32 drops networks otherwise)
This commit is contained in:
+3
-1
@@ -5,7 +5,9 @@
|
||||
|
||||
//#include "mesh/wifi/WiFiAPClient.h"
|
||||
|
||||
void initWifi(bool forceSoftAP) {}
|
||||
bool initWifi(bool forceSoftAP) {
|
||||
return false;
|
||||
}
|
||||
|
||||
void deinitWifi() {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user