mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 08:45:36 +03:00
reduce antigravity gain default to 3.5 (#9128)
reduce antigravity gain default to 3.5
This commit is contained in:
commit
359ab46037
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