Skip to content

Commit

Permalink
set default to original 40%
Browse files Browse the repository at this point in the history
  • Loading branch information
ctzsnooze committed Sep 15, 2018
1 parent 37da70c commit ac5d2fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/flight/pid.c
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ void resetPidProfile(pidProfile_t *pidProfile)
.dterm_notch_hz = 0,
.dterm_notch_cutoff = 0,
.dterm_filter_type = FILTER_PT1,
.itermWindupPointPercent = 100,
.itermWindupPointPercent = 40,
.vbatPidCompensation = 0,
.pidAtMinThrottle = PID_STABILISATION_ON,
.levelAngleLimit = 55,
Expand Down

0 comments on commit ac5d2fb

Please sign in to comment.