Update BluetoothUtil.cpp

yet another linux fix?
This commit is contained in:
Jm 2021-01-09 18:36:23 -08:00
parent 9cd24a5646
commit 0a40d920e3

View File

@ -546,7 +546,7 @@ void setBluetoothEnable(bool on)
firstTime = 0; firstTime = 0;
} else { } else {
#ifndef NO_ESP32 #ifndef NO_ESP32
initWifi(); initWifi(0);
#endif #endif
} }
} else { } else {