mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-18 22:05:17 +03:00
Default yaw lowpass to 100hz
This commit is contained in:
parent
3d5a0e585c
commit
8b73c5242b
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ void resetPidProfile(pidProfile_t *pidProfile)
|
||||||
},
|
},
|
||||||
.pidSumLimit = PIDSUM_LIMIT,
|
.pidSumLimit = PIDSUM_LIMIT,
|
||||||
.pidSumLimitYaw = PIDSUM_LIMIT_YAW,
|
.pidSumLimitYaw = PIDSUM_LIMIT_YAW,
|
||||||
.yaw_lowpass_hz = 0,
|
.yaw_lowpass_hz = 100,
|
||||||
.dterm_notch_hz = 0,
|
.dterm_notch_hz = 0,
|
||||||
.dterm_notch_cutoff = 0,
|
.dterm_notch_cutoff = 0,
|
||||||
.itermWindupPointPercent = 100,
|
.itermWindupPointPercent = 100,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue