diff --git a/esp32_marauder/MenuFunctions.cpp b/esp32_marauder/MenuFunctions.cpp index 15c0cf0..f198a2d 100644 --- a/esp32_marauder/MenuFunctions.cpp +++ b/esp32_marauder/MenuFunctions.cpp @@ -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);