removed starting

pull/294/head
Alan Johnston 2 years ago committed by GitHub
parent f4a42cfcb3
commit c44c4b72f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -562,7 +562,7 @@ void get_gps() {
Serial.printf("GPS read new data in ms: %d\n", millis() - start); Serial.printf("GPS read new data in ms: %d\n", millis() - start);
// float flon = 0.0, flat = 0.0, flalt = 0.0; // float flon = 0.0, flat = 0.0, flalt = 0.0;
// unsigned long age; // unsigned long age;
starting = millis(); // starting = millis();
// gps.f_get_position(&flat, &flon, &age); // gps.f_get_position(&flat, &flon, &age);
Serial.print(F("Location: ")); Serial.print(F("Location: "));

Loading…
Cancel
Save

Powered by TurnKey Linux.