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

@@ -91,7 +91,7 @@ void initWifi()
WiFiEventId_t eventID = WiFi.onEvent(
[](WiFiEvent_t event, WiFiEventInfo_t info) {
Serial.print("\n-------------- WiFi lost connection. Reason: ");
Serial.print("\nWiFi lost connection. Reason: ");
Serial.println(info.disconnected.reason);
// wifiDisconnectReason = info.disconnected.reason;
},