lightaprs / LightAPRS-W-1.0

Arduino based APRS & WSPR Tracker
GNU General Public License v3.0
62 stars 15 forks source link

reset TinyGPSPlus parser when ublox is reset #6

Closed progrmr closed 2 years ago

progrmr commented 2 years ago

The TinyGPSPlus parser stores the last valid GPS time and continues to report it as valid data, even with the time never changing or updating after the Ublox GPS is reset. When resetting the Ublox, the TinyGPS parser should also be initialized or reset.

progrmr commented 2 years ago

This isn't the right way to reset the parser. Closing PR.