mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 19:40:31 +03:00
Change lowpass 1 on D from biquad to pt1 (#8688)
Change lowpass 1 on D from biquad to pt1
This commit is contained in:
commit
c40f6b15ca
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