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:
parent
4a50474a48
commit
b2cd7294e9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue