mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-17 05:15:21 +03:00
Add more parameters to GPS Rescue
This commit is contained in:
parent
e69c904730
commit
1672a44dc2
7 changed files with 92 additions and 11 deletions
|
@ -502,6 +502,10 @@ var FC = {
|
|||
throttleHover: 0,
|
||||
sanityChecks: 0,
|
||||
minSats: 0,
|
||||
ascendRate: 0,
|
||||
descendRate: 0,
|
||||
allowArmingWithoutFix: 0,
|
||||
altitudeMode: 0,
|
||||
};
|
||||
|
||||
RXFAIL_CONFIG = [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue