1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-24 16:55:24 +03:00

map all the SPECIAL_PARAMETERS to their new homes, except escDesyncProtection (idk where that one goes... seems to not exist?)

This commit is contained in:
nathan 2016-07-30 02:01:13 -07:00
parent 0412c4b113
commit efa10099d2
2 changed files with 6 additions and 9 deletions

View file

@ -278,9 +278,6 @@ var FC = {
};
SPECIAL_PARAMETERS = {
RC_RATE_YAW: 0,
airModeActivateThreshold: 0,
rcSmoothInterval: 0,
escDesyncProtection: 0
};