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

ValueError: Format specifier missing precision #95

Closed AMInnovationTeam closed 5 months ago

AMInnovationTeam commented 1 year ago

Hi,

In line 86 and 91 of the examples/gps_simpletest.py, I am receiving the error "ValueError: Format specifier missing precision".

Could this be resolved please?

Thanks!

AMInnovationTeam commented 1 year ago

I believe this was induced in #80

AMInnovationTeam commented 1 year ago

@tekktrik just tagging you in this as it appears that you have been pretty active on this repository as of late :)