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

Scale down dtermSetpointWeight

This commit is contained in:
borisbstyle 2017-02-16 01:44:27 +01:00
parent f2bb5374e7
commit ff1f9ce770
3 changed files with 4 additions and 4 deletions

View file

@ -174,8 +174,8 @@ static void resetPidProfile(pidProfile_t *pidProfile)
pidProfile->pidAtMinThrottle = PID_STABILISATION_ON;
pidProfile->levelAngleLimit = 55;
pidProfile->levelSensitivity = 55;
pidProfile->setpointRelaxRatio = 20;
pidProfile->dtermSetpointWeight = 190;
pidProfile->setpointRelaxRatio = 25;
pidProfile->dtermSetpointWeight = 100;
pidProfile->yawRateAccelLimit = 10.0f;
pidProfile->rateAccelLimit = 0.0f;
pidProfile->itermThrottleThreshold = 350;