1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-14 11:59:58 +03:00

Defaults changed to no averaging, higher limit threshold

This commit is contained in:
ctzsnooze 2019-11-20 11:37:27 +11:00
parent 3c91da0e59
commit 328b42b673

View file

@ -212,8 +212,8 @@ void resetPidProfile(pidProfile_t *pidProfile)
.idle_p = 50, .idle_p = 50,
.idle_pid_limit = 200, .idle_pid_limit = 200,
.idle_max_increase = 150, .idle_max_increase = 150,
.ff_interpolate_sp = FF_INTERPOLATE_AVG2, .ff_interpolate_sp = FF_INTERPOLATE_ON,
.ff_spike_limit = 50, .ff_spike_limit = 60,
.ff_max_rate_limit = 100, .ff_max_rate_limit = 100,
.ff_smooth_factor = 37, .ff_smooth_factor = 37,
.ff_boost = 15, .ff_boost = 15,