Merge pull request #9674 from ctzsnooze/increase-dMin-default

increase dMin values 20,22 to 23,25
This commit is contained in:
Michael Keller 2020-04-07 22:29:10 +12:00 committed by GitHub
commit 1dee491370
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ void resetPidProfile(pidProfile_t *pidProfile)
.use_integrated_yaw = false,
.integrated_yaw_relax = 200,
.thrustLinearization = 0,
.d_min = { 20, 22, 0 }, // roll, pitch, yaw
.d_min = { 23, 25, 0 }, // roll, pitch, yaw
.d_min_gain = 37,
.d_min_advance = 20,
.motor_output_limit = 100,