mirror of
https://github.com/justcallmekoko/ESP32Marauder.git
synced 2026-03-12 21:22:59 -07:00
Fix menu return upon joining wifi
This commit is contained in:
@@ -2314,7 +2314,7 @@ void MenuFunctions::RunSetup()
|
||||
wifi_scan_obj.joinWiFi(access_points->get(i).essid, String(passwordBuf), true);
|
||||
}
|
||||
|
||||
this->changeMenu(&wifiGeneralMenu, false);
|
||||
this->changeMenu(&wifiGeneralMenu, true);
|
||||
#endif
|
||||
});
|
||||
}
|
||||
@@ -2362,7 +2362,7 @@ void MenuFunctions::RunSetup()
|
||||
wifi_scan_obj.joinWiFi(access_points->get(i).essid, String(passwordBuf), true);
|
||||
}
|
||||
|
||||
this->changeMenu(&wifiGeneralMenu, false);
|
||||
this->changeMenu(&wifiGeneralMenu, true);
|
||||
#endif
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user