adafruit / Adafruit_CircuitPython_GPS

GPS parsing module for CircuitPython. Meant to parse NMEA data from serial GPS modules.
MIT License
75 stars 60 forks source link

Fixed an issue mentioned in issue #19 where a UnicodeError would be raised when there was noise over UART #21

Closed evaherrada closed 5 years ago

evaherrada commented 5 years ago

This normally happened when there was a soft reboot.

evaherrada commented 5 years ago

I also believe I fixed the issue outlined in issue 19.

Issue 19 Issue 15

evaherrada commented 5 years ago

Glad I could help.