Skip to content

Fix https://github.com/adafruit/Adafruit_CircuitPython_GPS/issues/105 #115

New issue

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

tristan-huber
Copy link

Changes parsing for RMC messages to that time values are still reported even if there is not a GPS fix. This is particularly relevant for GPS cards which have a battery included and maintain an RTC clock onboard, eg: the adafruit Ultimate GPS v3.

Note there is a logical change in _parse_rmc which means lat/lon values won't be returned when there's no fix. Prior version could conceivably have allowed this, but I believe that lat/lon/speed values are never provided without a fix in practice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant