mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 21:05:35 +03:00
Add option to fully disable PID controller on zero throttle
This commit is contained in:
parent
37fd2e5adc
commit
0ae5d9734e
6 changed files with 26 additions and 6 deletions
|
@ -70,8 +70,6 @@ static bool syncPwmWithPidLoop = false;
|
|||
static mixerMode_e currentMixerMode;
|
||||
static motorMixer_t currentMixer[MAX_SUPPORTED_MOTORS];
|
||||
|
||||
float errorLimiter = 1.0f;
|
||||
|
||||
#ifdef USE_SERVOS
|
||||
static uint8_t servoRuleCount = 0;
|
||||
static servoMixer_t currentServoMixer[MAX_SERVO_RULES];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue