mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 00:05:33 +03:00
Configurable Iterm Reset Offset
This commit is contained in:
parent
9e5c5e88c7
commit
90bc67e2cc
5 changed files with 13 additions and 12 deletions
|
@ -187,6 +187,7 @@ static void resetPidProfile(pidProfile_t *pidProfile)
|
|||
pidProfile->rollPitchItermResetRate = 200;
|
||||
pidProfile->rollPitchItermResetAlways = 0;
|
||||
pidProfile->yawItermResetRate = 50;
|
||||
pidProfile->itermResetOffset = 15;
|
||||
pidProfile->dterm_lpf_hz = 80; // filtering ON by default
|
||||
pidProfile->dynamic_pterm = 1;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue