mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 08:15:30 +03:00
Added separate yaw pidsum limit
This commit is contained in:
parent
52c104f4b8
commit
9e4de2ea3b
8 changed files with 12 additions and 16 deletions
|
@ -109,8 +109,8 @@ void resetPidProfile(pidProfile_t *pidProfile)
|
|||
.I8[PIDVEL] = 55,
|
||||
.D8[PIDVEL] = 75,
|
||||
|
||||
.yaw_p_limit = YAW_P_LIMIT_MAX,
|
||||
.pidSumLimit = PIDSUM_LIMIT,
|
||||
.pidSumLimitYaw = PIDSUM_LIMIT_YAW,
|
||||
.yaw_lpf_hz = 0,
|
||||
.itermWindupPointPercent = 50,
|
||||
.dterm_filter_type = FILTER_BIQUAD,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue