mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-14 03:50:02 +03:00
Defaults changed to no averaging, higher limit threshold
This commit is contained in:
parent
3c91da0e59
commit
328b42b673
1 changed files with 2 additions and 2 deletions
|
@ -212,8 +212,8 @@ void resetPidProfile(pidProfile_t *pidProfile)
|
|||
.idle_p = 50,
|
||||
.idle_pid_limit = 200,
|
||||
.idle_max_increase = 150,
|
||||
.ff_interpolate_sp = FF_INTERPOLATE_AVG2,
|
||||
.ff_spike_limit = 50,
|
||||
.ff_interpolate_sp = FF_INTERPOLATE_ON,
|
||||
.ff_spike_limit = 60,
|
||||
.ff_max_rate_limit = 100,
|
||||
.ff_smooth_factor = 37,
|
||||
.ff_boost = 15,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue