1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-17 05:15:21 +03:00

Add more parameters to GPS Rescue (#1812)

Add more parameters to GPS Rescue
This commit is contained in:
Michael Keller 2019-11-10 11:32:31 +13:00 committed by GitHub
commit 53fb5944d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 92 additions and 11 deletions

View file

@ -504,6 +504,10 @@ var FC = {
throttleHover: 0,
sanityChecks: 0,
minSats: 0,
ascendRate: 0,
descendRate: 0,
allowArmingWithoutFix: 0,
altitudeMode: 0,
};
RXFAIL_CONFIG = [];