mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 21:35:44 +03:00
comma
This commit is contained in:
parent
67abb63d95
commit
249ee2b309
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ void resetPidProfile(pidProfile_t *pidProfile)
|
|||
.throttle_boost_cutoff = 15,
|
||||
.iterm_rotation = true,
|
||||
.smart_feedforward = false,
|
||||
.iterm_relax = ITERM_RELAX_RP
|
||||
.iterm_relax = ITERM_RELAX_RP,
|
||||
.iterm_relax_cutoff = 11,
|
||||
.iterm_relax_type = ITERM_RELAX_SETPOINT,
|
||||
.acro_trainer_angle_limit = 20,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue