mikalhart / TinyGPSPlus

A new, customizable Arduino NMEA parsing library
http://arduiniana.org
1.05k stars 486 forks source link

GPS accuracy #79

Closed svdrummer closed 3 years ago

svdrummer commented 3 years ago

There seems to be old and mixed accuracy issues listed on the internet. One is quite detailed about 8bit math conversion in Tinygps++ rounding off.

I have an ESP32 which has 32bit floats. My question is, jas the Tinygps++ been updated to allow for non rounding? Thanks 😁

svdrummer commented 3 years ago

After review, it seems the rounding was fixed several revisions ago. I am closing this as answered.