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:
parent
f2bb5374e7
commit
ff1f9ce770
3 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue