We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
in adafruit_gps.py, line 142 if data_type in ( b"GPGLL", b"GNGGL", ):
if data_type in ( b"GPGLL", b"GNGGL", ):
GNGGL should be GNGLL?
Kind regards from Switzerland
The text was updated successfully, but these errors were encountered:
@digixx Yep, looks like you're right. Feel free to put in a PR fixing this, or, if youd prefer, I can.
Sorry, something went wrong.
@dherrada if you can do it, that would be fine.
Fixed by #45
No branches or pull requests
Hi,
in adafruit_gps.py, line 142
if data_type in ( b"GPGLL", b"GNGGL", ):
GNGGL should be GNGLL?
Kind regards from Switzerland
The text was updated successfully, but these errors were encountered: