mirror of
https://github.com/justcallmekoko/ESP32Marauder.git
synced 2025-12-23 07:29:14 -08:00
Fix for non display
This commit is contained in:
@@ -1277,7 +1277,9 @@ void CommandLine::runCommand(String input) {
|
|||||||
wifi_scan_obj.currentScanMode = WIFI_SCAN_OFF;
|
wifi_scan_obj.currentScanMode = WIFI_SCAN_OFF;
|
||||||
delay(2000);
|
delay(2000);
|
||||||
//wifi_scan_obj.StartScan(WIFI_SCAN_OFF);
|
//wifi_scan_obj.StartScan(WIFI_SCAN_OFF);
|
||||||
menu_function_obj.changeMenu(&menu_function_obj.gpsPOIMenu);
|
#ifdef HAS_SCREEN
|
||||||
|
menu_function_obj.changeMenu(&menu_function_obj.gpsPOIMenu);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
else if (end_sw != -1) {
|
else if (end_sw != -1) {
|
||||||
wifi_scan_obj.currentScanMode = GPS_POI;
|
wifi_scan_obj.currentScanMode = GPS_POI;
|
||||||
|
|||||||
Reference in New Issue
Block a user