mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 05:15:25 +03:00
make dynamic lowpass on D a PT1, not a biquad
This commit is contained in:
parent
5670aae1ce
commit
977f14a4f5
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue