1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 04:45:24 +03:00

Default yaw lowpass to 100hz

This commit is contained in:
ctzsnooze 2021-07-17 21:01:00 +10:00
parent 3d5a0e585c
commit 8b73c5242b

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,