mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
Apply PID reduction to only Iterm. (RC1 behaviour)
This commit is contained in:
parent
8353659c73
commit
9782fb1555
2 changed files with 9 additions and 7 deletions
|
@ -825,7 +825,7 @@ void mixTable(void)
|
|||
rollPitchYawMix[i] = qMultiply(mixReduction,rollPitchYawMix[i]);
|
||||
}
|
||||
// Get the maximum correction by setting offset to center
|
||||
throttleMin = throttleMax = throttleMin + (throttleRange / 2);
|
||||
if (!escAndServoConfig->escDesyncProtection) throttleMin = throttleMax = throttleMin + (throttleRange / 2);
|
||||
} else {
|
||||
throttleMin = throttleMin + (rollPitchYawMixRange / 2);
|
||||
throttleMax = throttleMax - (rollPitchYawMixRange / 2);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue