mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
set default to original 40%
This commit is contained in:
parent
37da70c555
commit
ac5d2fbb3a
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ void resetPidProfile(pidProfile_t *pidProfile)
|
||||||
.dterm_notch_hz = 0,
|
.dterm_notch_hz = 0,
|
||||||
.dterm_notch_cutoff = 0,
|
.dterm_notch_cutoff = 0,
|
||||||
.dterm_filter_type = FILTER_PT1,
|
.dterm_filter_type = FILTER_PT1,
|
||||||
.itermWindupPointPercent = 100,
|
.itermWindupPointPercent = 40,
|
||||||
.vbatPidCompensation = 0,
|
.vbatPidCompensation = 0,
|
||||||
.pidAtMinThrottle = PID_STABILISATION_ON,
|
.pidAtMinThrottle = PID_STABILISATION_ON,
|
||||||
.levelAngleLimit = 55,
|
.levelAngleLimit = 55,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue