mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
Optimise disabled anti gravity gain // disable by default
This commit is contained in:
parent
80c0e32660
commit
7f8ed026bf
2 changed files with 3 additions and 2 deletions
|
@ -183,7 +183,7 @@ static void resetPidProfile(pidProfile_t *pidProfile)
|
|||
pidProfile->yawRateAccelLimit = 10.0f;
|
||||
pidProfile->rateAccelLimit = 0.0f;
|
||||
pidProfile->itermThrottleThreshold = 350;
|
||||
pidProfile->itermAcceleratorGain = 2.0f;
|
||||
pidProfile->itermAcceleratorGain = 1.0f;
|
||||
pidProfile->itermAcceleratorRateLimit = 80;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue