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

AP_GPS: speed up ublox configuration #29378

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

Conversation

tridge
Copy link
Contributor

@tridge tridge commented Feb 25, 2025

we have a lot more steps now to configure a ublox, and it is taking an annoyingly long time. There is really not a good reason to do the configuration so slowly

on a F9P this reduces the time for configuration from detection of the ublox to fully configured from 35s to 10s

we have a lot more steps now to configure a ublox, and it is taking an
annoyingly long time. There is really not a good reason to do the
configuration so slowly

on a F9P this reduces the time for configuration from detection of the
ublox to fully configured from 35s to 10s
}
if (_unconfigured_messages) {
// send the updates faster until fully configured
_delay_time = 200;
Copy link
Contributor

Choose a reason for hiding this comment

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

Why such a long delay here still? What's the problem with just rapid-firing these things? A comment in here might be useful if there's a good reason!

@rmackay9 rmackay9 requested a review from Copilot February 27, 2025 00:53

Choose a reason for hiding this comment

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

Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.

@peterbarker
Copy link
Contributor

Tested this on a few uBlox devices today and all seemed to go well.

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

Successfully merging this pull request may close these issues.

2 participants