mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 12:55:19 +03:00
Fix mw.c
This commit is contained in:
parent
98eb820cdb
commit
ea67304a1a
1 changed files with 1 additions and 1 deletions
|
@ -536,7 +536,7 @@ void processRx(void)
|
|||
This is needed to prevent Iterm winding on the ground, but keep full stabilisation on 0 throttle while in air */
|
||||
if (throttleStatus == THROTTLE_LOW && !airmodeIsActivated) {
|
||||
pidResetErrorGyroState();
|
||||
if (currentProfile->pidProfile.zeroThrottleStabilisation)
|
||||
if (currentProfile->pidProfile.pidAtMinThrottle)
|
||||
pidStabilisationState(PID_STABILISATION_ON);
|
||||
else
|
||||
pidStabilisationState(PID_STABILISATION_OFF);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue