1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-20 23:05:19 +03:00

Change default Iterm Limit to 150

This commit is contained in:
borisbstyle 2017-08-28 13:39:33 +02:00 committed by GitHub
parent 4a50474a48
commit b2cd7294e9

View file

@ -116,7 +116,7 @@ void resetPidProfile(pidProfile_t *pidProfile)
.horizon_tilt_effect = 75, .horizon_tilt_effect = 75,
.horizon_tilt_expert_mode = false, .horizon_tilt_expert_mode = false,
.crash_limit_yaw = 200, .crash_limit_yaw = 200,
.itermLimit = 100 .itermLimit = 150
); );
} }