From 9ea5fbc3eb024582808cd5ff74a3eccd9af89e89 Mon Sep 17 00:00:00 2001 From: Just Call Me Koko Date: Mon, 27 Oct 2025 11:43:46 -0400 Subject: [PATCH] Fix station menu back button --- esp32_marauder/MenuFunctions.cpp | 2 ++ 1 file changed, 2 insertions(+) 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);