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

This commit is contained in:
Miguel Angel Mulero Martinez 2019-11-07 15:27:15 +01:00
parent e69c904730
commit 1672a44dc2
7 changed files with 92 additions and 11 deletions

View file

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