1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-17 21:35:44 +03:00

make dynamic lowpass on D a PT1, not a biquad

This commit is contained in:
ctzsnooze 2019-08-08 23:46:07 +10:00
parent 5670aae1ce
commit 977f14a4f5

View file

@ -188,7 +188,7 @@ void resetPidProfile(pidProfile_t *pidProfile)
// value to 0 otherwise Configurator versions 10.4 and earlier will also
// reset the lowpass filter type to PT1 overriding the desired BIQUAD setting.
.dterm_lowpass2_hz = 150, // second Dterm LPF ON by default
.dterm_filter_type = FILTER_BIQUAD,
.dterm_filter_type = FILTER_PT1,
.dterm_filter2_type = FILTER_PT1,
.dyn_lpf_dterm_min_hz = 70,
.dyn_lpf_dterm_max_hz = 170,