mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 04:45:24 +03:00
IDLE updates
This commit is contained in:
parent
d474df3149
commit
ba2c1e9264
2 changed files with 5 additions and 4 deletions
|
@ -207,10 +207,10 @@ void resetPidProfile(pidProfile_t *pidProfile)
|
|||
.transient_throttle_limit = 15,
|
||||
.profileName = { 0 },
|
||||
.idle_hz = 0,
|
||||
.idle_adjustment_speed = 50,
|
||||
.idle_adjustment_speed = 200,
|
||||
.idle_throttle = 60,
|
||||
.idle_p = 20,
|
||||
.idle_pid_limit = 100,
|
||||
.idle_p = 40,
|
||||
.idle_pid_limit = 200,
|
||||
.idle_max_increase = 150,
|
||||
);
|
||||
#ifndef USE_D_MIN
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue