mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 12:55:19 +03:00
Enables expo on the D lowpass filter at 5
Most people who have tested IllusionFPV's expo on the dynamic D lowpass filter have found it to improve propwash without adverse effects. It achieves this reducing D lowpass delay more quickly on throttling up. This allows us to retain, at idle, the strong lowpass filtering we currently have, but quickly reduce lowpass delay and improve propwash by mid throttle. A value of 5-7 is OK I'm proposing 5 as a conservative start. I know this is a new feature but it is really good . It would be great if it could be made active by default, if possible, in 4.2.
This commit is contained in:
parent
fde6c680b3
commit
a3091751fe
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@ void resetPidProfile(pidProfile_t *pidProfile)
|
|||
.ff_max_rate_limit = 100,
|
||||
.ff_smooth_factor = 37,
|
||||
.ff_boost = 15,
|
||||
.dyn_lpf_curve_expo = 0,
|
||||
.dyn_lpf_curve_expo = 5,
|
||||
.level_race_mode = false,
|
||||
.vbat_sag_compensation = 0,
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue