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