mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 11:29:58 +03:00
Merge pull request #10841 from ctzsnooze/Default-yaw-lowpass-to-100Hz
Default yaw lowpass to 100hz
This commit is contained in:
commit
547f874cfd
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue