After configuring WiFi it was not automaticly activated

This commit is contained in:
Sjef Verhoeven PE5PVB
2023-10-08 14:21:54 +02:00
parent b50bd6f8b5
commit 94216c9a15
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -2244,6 +2244,7 @@ void DoMenu() {
XDRGTK_key = XDRGTK_key_input.getValue();
EEPROM.writeString(EE_STRING_XDRGTK_KEY, XDRGTK_key);
EEPROM.commit();
wifi = true;
tryWiFi();
delay(2000);
menuopen = false;