mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-25 17:25:16 +03:00
add back SPECIAL_PARAMETERS
This commit is contained in:
parent
26e7b5e9ea
commit
c138b7f39f
2 changed files with 27 additions and 0 deletions
7
js/fc.js
7
js/fc.js
|
@ -276,6 +276,13 @@ var FC = {
|
|||
pidMaxVelocityYaw: 0
|
||||
};
|
||||
|
||||
SPECIAL_PARAMETERS = {
|
||||
RC_RATE_YAW: 0,
|
||||
airModeActivateThreshold: 0,
|
||||
rcSmoothInterval: 0,
|
||||
escDesyncProtection: 0
|
||||
};
|
||||
|
||||
SENSOR_CONFIG = {
|
||||
acc_hardware: 0,
|
||||
baro_hardware: 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue