EngineerGuy314 / pico-WSPRer

Minimalist WSPR tracker for pico-balloons utilizing Raspberry Pi Pico (or Rp2040) as the RF generator (aka The Cheapest Tracker In The World™). More info: [WIKI](https://github.com/EngineerGuy314/pico-WSPRer/wiki/pico%E2%80%90WSPRer-(aka-Cheapest-Tracker-in-the-World%E2%84%A2))
MIT License
43 stars 9 forks source link

RMC Sentence with other prefix here #3

Closed whallmann closed 7 months ago

whallmann commented 7 months ago

In file GPStime.c in function GPStimeProcNMEAsentence there will be scanned to "$GNRMC,". On other gps units the sentence starts with $GPRMC. Maybe it is a good idea to scan both prefixes or use a wildcard? regards Wolf

sivaelid commented 7 months ago

This would be a good fix for people using different GPS, I would also need to be done with the GNGGA as well thats used to cover GPGGA.

Simon G8HAM

EngineerGuy314 commented 7 months ago

done. it will now accept either GN or GP prefixes for both RMC and GGA.