Merge pull request #10841 from ctzsnooze/Default-yaw-lowpass-to-100Hz

Default yaw lowpass to 100hz
This commit is contained in:
Michael Keller 2021-08-04 01:24:55 +12:00 committed by GitHub
commit 547f874cfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ void resetPidProfile(pidProfile_t *pidProfile)
},
.pidSumLimit = PIDSUM_LIMIT,
.pidSumLimitYaw = PIDSUM_LIMIT_YAW,
.yaw_lowpass_hz = 0,
.yaw_lowpass_hz = 100,
.dterm_notch_hz = 0,
.dterm_notch_cutoff = 0,
.itermWindupPointPercent = 100,