Initial check-in of David's UI

This commit is contained in:
Jm Casler
2020-09-22 21:01:31 -07:00
parent d890068acb
commit 10b24c0269
4 changed files with 387 additions and 59 deletions

View File

@@ -526,6 +526,14 @@ void setBluetoothEnable(bool on)
initWifi();
}
} else {
/*
// If WiFi is in use, disable shutting down the radio.
if (isWifiAvailable()) {
return;
}
*/
// shutdown wifi
deinitWifi();