mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 19:40:31 +03:00
better idle defaults and don't set idle_throttle if not enabled
This commit is contained in:
parent
e39d5e7000
commit
bca9f8a587
4 changed files with 13 additions and 3 deletions
|
@ -207,9 +207,9 @@ void resetPidProfile(pidProfile_t *pidProfile)
|
|||
.transient_throttle_limit = 15,
|
||||
.profileName = { 0 },
|
||||
.idle_hz = 0,
|
||||
.idle_adjustment_speed = 200,
|
||||
.idle_adjustment_speed = 50,
|
||||
.idle_throttle = 60,
|
||||
.idle_p = 40,
|
||||
.idle_p = 50,
|
||||
.idle_pid_limit = 200,
|
||||
.idle_max_increase = 150,
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue