Skip to content

Commit b2cd729

Browse files
authored
Change default Iterm Limit to 150
1 parent 4a50474 commit b2cd729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/flight/pid.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ void resetPidProfile(pidProfile_t *pidProfile)
116116
.horizon_tilt_effect = 75,
117117
.horizon_tilt_expert_mode = false,
118118
.crash_limit_yaw = 200,
119-
.itermLimit = 100
119+
.itermLimit = 150
120120
);
121121
}
122122

0 commit comments

Comments
 (0)