mirror of
https://github.com/justcallmekoko/ESP32Marauder.git
synced 2026-08-03 01:16:07 -07: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
|
||||
@@ -764,6 +764,9 @@
|
||||
#elif defined(MARAUDER_V4)
|
||||
#define GPS_TX 4
|
||||
#define GPS_RX 13
|
||||
#elif defined(MARAUDER_KIT)
|
||||
#define GPS_TX 4
|
||||
#define GPS_RX 13
|
||||
#endif
|
||||
#endif
|
||||
//// END GPS STUFF
|
||||
|
||||
Reference in New Issue
Block a user