Merge pull request #10991 from ctzsnooze/enable-iterm_windup-by-default

This commit is contained in:
Michael Keller 2021-10-03 17:26:27 +13:00 committed by GitHub
commit d2613e2e6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ void resetPidProfile(pidProfile_t *pidProfile)
.yaw_lowpass_hz = 100,
.dterm_notch_hz = 0,
.dterm_notch_cutoff = 0,
.itermWindupPointPercent = 100,
.itermWindupPointPercent = 85,
.pidAtMinThrottle = PID_STABILISATION_ON,
.levelAngleLimit = 55,
.feedforward_transition = 0,