-
-
Notifications
You must be signed in to change notification settings - Fork 938
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
Enable GPS rescue settings when GPS rescue is not selected as stage2 failsafe #3458
Comments
You can change the settings in the cli any time you like |
|
You can indeed, but it's nicer to use a GUI 🙂 |
This demonstrates that failsafe can indeed activate GPS rescue, But it's not the only way to activate GPS rescue. The point of this issue is that GPS rescue can still be used when |
Is your feature request related to a problem? Please describe
I wanted to configure GPS rescue on a switch, but not enable it as my stage2 failsafe. After looking at the code and testing it, I found that this is a valid and supported configuration. However, the configurator will not allow GPS rescue settings to be changed unless GPS rescue is selected as the stage2 failsafe.
It is inconvenient and confusing to have to enable GPS stage2 failsafe in order to change these settings.
In my opinion, GPS rescue is a separate feature from failsafe, and should not be conflated in the way it is at present.
Describe the solution you'd like
I would suggest that the selection of a stage2 failsafe be decoupled from the GPS rescue settings, thus allowing GPS rescue to be configured even if it is not selected as the stage2 failsafe behaviour.
Describe alternatives you've considered
These options could be moved to a new location, and only enabled if either stage2 failsafe GPS rescue, or mode based GPS rescue is enabled. However, I see no reason to disable them in any situation.
The text was updated successfully, but these errors were encountered: