mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 21:35:44 +03:00
incorporate style feedback
This commit is contained in:
parent
7c8c3b6784
commit
df71817fba
1 changed files with 5 additions and 0 deletions
|
@ -364,8 +364,13 @@ void pidInitConfig(const pidProfile_t *pidProfile)
|
|||
crashLimitYaw = pidProfile->crash_limit_yaw;
|
||||
itermLimit = pidProfile->itermLimit;
|
||||
throttleBoost = pidProfile->throttle_boost * 0.1f;
|
||||
<<<<<<< HEAD
|
||||
itermRotation = pidProfile->iterm_rotation;
|
||||
smartFeedforward = pidProfile->smart_feedforward;
|
||||
=======
|
||||
smartFeedforward = pidProfile->smart_feedforward;
|
||||
itermRotation = pidProfile->iterm_rotation;
|
||||
>>>>>>> incorporate style feedback
|
||||
itermRelax = pidProfile->iterm_relax;
|
||||
itermRelaxCutoffLow = pidProfile->iterm_relax_cutoff_low;
|
||||
itermRelaxCutoffHigh = pidProfile->iterm_relax_cutoff_high;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue