adafruit / Adafruit_CircuitPython_GPS

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

Switch decode to str for small board support #79

Closed caternuson closed 2 years ago

caternuson commented 2 years ago

For #74.

Someone on discord hit this. Also recreated locally using Adafruit Ultimate GPS breakout and a Feather M0 Basic Proto.

Simple fix suggested in issue thread seems to work. Sent an .mpy to user on discord and it fixed things for their setup as well.