1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 00:05:33 +03:00

Merge tag 'v3.1.3'

This commit is contained in:
borisbstyle 2017-02-02 14:18:48 +01:00
commit be74098162
2 changed files with 35 additions and 24 deletions

View file

@ -184,7 +184,7 @@ static void resetPidProfile(pidProfile_t *pidProfile)
pidProfile->yawRateAccelLimit = 10.0f;
pidProfile->rateAccelLimit = 0.0f;
pidProfile->itermThrottleThreshold = 350;
pidProfile->itermAcceleratorGain = 1.5f;
pidProfile->itermAcceleratorGain = 2.0f;
pidProfile->itermAcceleratorRateLimit = 80;
}