You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Was testing this unit on a Trinket M0 running Circuitpython 2.x.
When GPS is still locking on this error occurs:
Traceback (most recent call last):
File "code.py", line 71, in <module>
File "adafruit_gps.py", line 109, in update
File "adafruit_gps.py", line 201, in _parse_gprmc
TypeError: can't convert NoneType to int
As soon as the GPS locks on the error disappears and things work properly.