-
-
Notifications
You must be signed in to change notification settings - Fork 933
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
Fix GPS Rescue parameters confusion #3554
Conversation
This comment has been minimized.
This comment has been minimized.
AUTOMERGE: (FAIL)
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
This comment has been minimized.
This comment has been minimized.
Thanks @haslinghuis for these changes! This is a screen dump showing both pyGPSclient and Betaflight Configurator handling the same data coming from a GPS in parallel. Note that the GPS heading is shown in degrees, and matches the 'track' value in pyGPSclient. All other values match up also. |
When I go to check the Failsafe tab, the labels for the GPS rescue settings are now correct, and the message warning that return altitude only applies in FIXED altitude mode is very clear. I tested using the Betaflight PR #13047, and it seems are some issues to fix (not sure which end):
|
This comment has been minimized.
This comment has been minimized.
b9deb0e
to
f9c1bfd
Compare
Sorted now |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Hmm, no, it seems like the gps_rescue_initial_climb field is still blank, and doesn't appear to read the value from the CLI. If I up-arrow it then shows '5', even if the value is 7 in the CLI. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
e530723
to
87f48e5
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Kudos, SonarCloud Quality Gate passed!
|
Do you want to test this code? Here you have an automated build: |
Firmware PR: betaflight/betaflight#13047