mirror of
https://github.com/justcallmekoko/ESP32Marauder.git
synced 2025-12-22 23:26:45 -08:00
Fix what happens and stuff
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#include "GpsInterface.h"
|
||||
|
||||
#ifdef HAS_GPS
|
||||
|
||||
char nmeaBuffer[100];
|
||||
|
||||
MicroNMEA nmea(nmeaBuffer, sizeof(nmeaBuffer));
|
||||
@@ -113,4 +115,5 @@ void GpsInterface::main() {
|
||||
this->num_sats = nmea.getNumSatellites();
|
||||
//Serial.println("No fix");
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user