mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 12:55:19 +03:00
reduce antigravity gain default to 3.5
In recent releases we have been increasing PID I. We haven't reduced the antigravity gain value in the same proportion. Low authority / low P quads can get I wobbles that are apparent on throttling up. A lower default anti-gravity gain is likely to work alright and be a fraction less likely to cause I wobbles.
This commit is contained in:
parent
887a913c6e
commit
22434fe0f3
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ void resetPidProfile(pidProfile_t *pidProfile)
|
|||
.yawRateAccelLimit = 0,
|
||||
.rateAccelLimit = 0,
|
||||
.itermThrottleThreshold = 250,
|
||||
.itermAcceleratorGain = 5000,
|
||||
.itermAcceleratorGain = 3500,
|
||||
.crash_time = 500, // ms
|
||||
.crash_delay = 0, // ms
|
||||
.crash_recovery_angle = 10, // degrees
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue