mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-21 10:12:50 +00:00
Fix to turn WiFi back on after the bluetooth radio is reenabled.
This commit is contained in:
11
src/main.cpp
11
src/main.cpp
@@ -427,15 +427,6 @@ void loop()
|
||||
// TODO: This should go into a thread handled by FreeRTOS.
|
||||
handleWebResponse();
|
||||
#endif
|
||||
/*
|
||||
const char *wifiName = radioConfig.preferences.wifi_ssid;
|
||||
const char *wifiPsw = radioConfig.preferences.wifi_password;
|
||||
Serial.print("-------------------");
|
||||
Serial.print(wifiName);
|
||||
Serial.print(" ");
|
||||
Serial.println(wifiPsw);
|
||||
Serial.println("+++++++++++++++++++");
|
||||
Serial.println("");
|
||||
*/
|
||||
|
||||
delay(msecstosleep);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user