mirror of
https://github.com/justcallmekoko/ESP32Marauder.git
synced 2025-12-22 07:10:47 -08:00
Fix attempt NMEA Stream Screen printing
This commit is contained in:
@@ -281,9 +281,9 @@ void CommandLine::runCommand(String input) {
|
||||
|
||||
wifi_scan_obj.StartScan(WIFI_SCAN_OFF);
|
||||
|
||||
#ifdef HAS_GPS
|
||||
gps_obj.disable_queue();
|
||||
#endif
|
||||
//#ifdef HAS_GPS
|
||||
// gps_obj.disable_queue();
|
||||
//#endif
|
||||
|
||||
if(old_scan_mode == WIFI_SCAN_GPS_NMEA)
|
||||
Serial.println("END OF NMEA STREAM");
|
||||
|
||||
Reference in New Issue
Block a user