1
0
Fork 0
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:
nathan 2016-07-30 01:01:46 -07:00
parent 26e7b5e9ea
commit c138b7f39f
2 changed files with 27 additions and 0 deletions

View file

@ -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,