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

change transient throttle limit to 0

This commit is contained in:
Thorsten Laux 2019-09-03 12:38:12 +02:00
parent c25a526d15
commit 1a4c42aabc

View file

@ -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,