mikalhart / TinyGPSPlus

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

support for fix quality and fix mode #38

Open slippyr4 opened 6 years ago

slippyr4 commented 6 years ago

I think these belong inside the core API rather than only via use of custom; the lib as it stands is lacking in built in support for assessing fix quality.

add support for fix quality (GGA #6) add support for fix mode (RMC #12) (NMEA 2.3+)

iharshadec commented 3 years ago

This is must needed feature but not sure why still not merged into main branch.

mikalhart commented 3 years ago

@slippyr4 Can you explain the 'store time in location' commit? To my eye this seems unrelated to 'support for fix quality and fix mode'.

mikalhart commented 1 year ago

Good add. Will add to new version soon. (But without the new "Time" field in Location object... discuss?)

robertlipe commented 3 months ago

I like the direction here, but just a few quality issues from the peanut gallery.

Even though I'm not a reviewer here, thanx for making free software better!