You've already forked TEF6686_ESP32
When Wifi connection failed from menu the message was shown to short
This commit is contained in:
@@ -2436,7 +2436,7 @@ void DoMenu() {
|
||||
} else {
|
||||
if (menupage == CONNECTIVITY && menuoption == ITEM2) {
|
||||
tryWiFi();
|
||||
if (wifi) delay(2000);
|
||||
delay(2000);
|
||||
}
|
||||
if (menupage == DISPLAYSETTINGS && menuoption == ITEM5) {
|
||||
doTheme();
|
||||
|
||||
Reference in New Issue
Block a user