mikalhart / TinyGPS

A compact Arduino NMEA (GPS) parsing library
http://arduiniana.org
384 stars 255 forks source link

Fixed an issue with inaccurate fix age received when calling f_get_position() #17

Open OrBin opened 6 years ago

OrBin commented 6 years ago

Calculation of fix_age was done inside get_position(), but f_get_position() performs some operations after the call.