Fix to turn WiFi back on after the bluetooth radio is reenabled.

This commit is contained in:
Jm Casler
2020-09-13 22:22:49 -07:00
parent e508306395
commit f5c939fb10
3 changed files with 22 additions and 15 deletions

View File

@@ -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);
}