mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 06:15:16 +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,
|
.throttle_boost_cutoff = 15,
|
||||||
.iterm_rotation = true,
|
.iterm_rotation = true,
|
||||||
.smart_feedforward = false,
|
.smart_feedforward = false,
|
||||||
.iterm_relax = ITERM_RELAX_RP
|
.iterm_relax = ITERM_RELAX_RP,
|
||||||
.iterm_relax_cutoff = 11,
|
.iterm_relax_cutoff = 11,
|
||||||
.iterm_relax_type = ITERM_RELAX_SETPOINT,
|
.iterm_relax_type = ITERM_RELAX_SETPOINT,
|
||||||
.acro_trainer_angle_limit = 20,
|
.acro_trainer_angle_limit = 20,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue