Skip to content
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

[gps] Be tolerant to talker IDs which don't start with 'G' #59124

Merged
merged 1 commit into from
Oct 18, 2024

Conversation

nyalldawson
Copy link
Collaborator

From the nmea specifications it is clear that the talker ID does not have to start with 'G'. Accordingly remove ALL these incorrect hardcoded checks against (a very small subset) of known talker IDs, and permit any two-character string as a valid talker ID

Fixes connection to NMEA devices which use "IN" for talker ID (and others)

From the nmea specifications it is clear that the talker ID
does not have to start with 'G'. Accordingly remove ALL these
incorrect hardcoded checks against (a very small subset) of
known talker IDs, and permit any two-character string
as a valid talker ID

Fixes connection to NMEA devices which use "IN" for
talker ID (and others)
Copy link

github-actions bot commented Oct 18, 2024

🪟 Windows builds

Download Windows builds of this PR for testing.
Debug symbols for this build are available here.
(Built from commit fd63a10)

🪟 Windows Qt6 builds

Download Windows Qt6 builds of this PR for testing.
(Built from commit fd63a10)

Copy link
Contributor

@nirvn nirvn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good.

@bettellam
Copy link
Contributor

bettellam commented Oct 18, 2024

@nyalldawson Test OK Windows Qt6 builds
Very good !
Screenshot 2024-10-18 192122

@nyalldawson nyalldawson merged commit 4155345 into qgis:master Oct 18, 2024
35 checks passed
@nyalldawson nyalldawson deleted the nmea branch October 18, 2024 20:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants