mikalhart / TinyGPS

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

Add GN* alias terms #23

Open dpwe opened 2 years ago

dpwe commented 2 years ago

Add GNRMC and GNGGA as aliases for the GPRMC and GPGGA terms. A GPS unit I recently obtained used these terms, which apparently refer to GNSS compatibility.
See e.g. https://community.emlid.com/t/nmea-output-string-has-changed/9515

I'm using TinyGPS instead of TinyGPSPlus because it's fine for me and I had some trouble compiling TinyGPSPlus for my Arduino Nano clone, dunno why.