Update payload_pico.ino set gps to zero

beta-v1.3.2
Alan Johnston 2 years ago committed by GitHub
parent a29d740667
commit 72e1d2df3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save

Powered by TurnKey Linux.