When Wifi connection failed from menu the message was shown to short

This commit is contained in:
Sjef Verhoeven PE5PVB
2023-11-02 10:28:08 +01:00
parent 87ecd38135
commit 12b1a1f97b

View File

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