mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-14 20:10:18 +03:00
change transient throttle limit to 0
This commit is contained in:
parent
c25a526d15
commit
1a4c42aabc
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ void resetPidProfile(pidProfile_t *pidProfile)
|
|||
.d_min_advance = 20,
|
||||
.motor_output_limit = 100,
|
||||
.auto_profile_cell_count = AUTO_PROFILE_CELL_COUNT_STAY,
|
||||
.transient_throttle_limit = 15,
|
||||
.transient_throttle_limit = 0,
|
||||
.profileName = { 0 },
|
||||
.idle_min_rpm = 0,
|
||||
.idle_adjustment_speed = 50,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue