mirror of
https://github.com/justcallmekoko/ESP32Marauder.git
synced 2025-12-12 15:50:36 -08:00
Fix station menu back button
This commit is contained in:
@@ -2717,6 +2717,8 @@ void MenuFunctions::RunSetup()
|
||||
|
||||
wifiStationMenu.list->clear();
|
||||
|
||||
wifiStationMenu.parentMenu = &wifiAPMenu;
|
||||
|
||||
// Add back button to the APs
|
||||
this->addNodes(&wifiStationMenu, text09, TFTLIGHTGREY, NULL, 0, [this]() {
|
||||
this->changeMenu(wifiStationMenu.parentMenu, true);
|
||||
|
||||
Reference in New Issue
Block a user