mirror of
https://github.com/justcallmekoko/ESP32Marauder.git
synced 2025-12-21 23:00:51 -08:00
Fix GPS data still refreshing
This commit is contained in:
@@ -1626,6 +1626,7 @@ void MenuFunctions::RunSetup()
|
||||
// GPS Info Menu
|
||||
gpsInfoMenu.parentMenu = &gpsMenu;
|
||||
addNodes(&gpsInfoMenu, text09, TFT_LIGHTGREY, NULL, 0, [this]() {
|
||||
wifi_scan_obj.currentScanMode = WIFI_SCAN_OFF;
|
||||
changeMenu(gpsInfoMenu.parentMenu);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user