libnmea
libnmea copied to clipboard
Fixed to check only sentence ID not talker ID.
In order to support non GPS talkers such as GLONASS (Russia), Galileo (Europe), I fixed to check only sentence ID such as GGA, RMC, etc.
This seems like a nice feature, I will rebase it and see if I can add some tests.
I've opened https://github.com/jacketizer/libnmea/pull/58 which is a simpler version of this change.
Fixed via https://github.com/jacketizer/libnmea/pull/58.