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:
parent
0412c4b113
commit
efa10099d2
2 changed files with 6 additions and 9 deletions
3
js/fc.js
3
js/fc.js
|
@ -278,9 +278,6 @@ var FC = {
|
|||
};
|
||||
|
||||
SPECIAL_PARAMETERS = {
|
||||
RC_RATE_YAW: 0,
|
||||
airModeActivateThreshold: 0,
|
||||
rcSmoothInterval: 0,
|
||||
escDesyncProtection: 0
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue