kosma / minmea

a lightweight GPS NMEA 0183 parser library in pure C
Do What The F*ck You Want To Public License
791 stars 253 forks source link

should use 'i' instead of 'd' in minmea_parse_gbs #67

Closed xiaoxiang781216 closed 2 years ago

xiaoxiang781216 commented 2 years ago

please reference the definition here: https://gpsd.gitlab.io/gpsd/NMEA.html#_gbs_gps_satellite_fault_detection

kosma commented 2 years ago

Cherry-picked into master. I have also added a better unit test:

https://github.com/kosma/minmea/commit/1ac0ec3ae6f04f4fa47ed341471133132eadcf28

Thanks again for the contribution!