@ -44,7 +44,7 @@ void setup()
Serial.println("GPS AUTO library test");
gps = &GPS;
gps->init();
gps->init(GPS::GPS_ENGINE_AIRBORNE_2G);
}
void loop()
@ -26,7 +26,7 @@ void setup()
gps.print_errors = true;
Serial.println("GPS UBLOX library test");
gps.init(); // GPS Initialization
gps.init(GPS::GPS_ENGINE_AIRBORNE_2G); // GPS Initialization
delay(1000);