1
0
Fork 0
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:
borisbstyle 2016-05-09 13:12:48 +02:00
parent 9e5c5e88c7
commit 90bc67e2cc
5 changed files with 13 additions and 12 deletions

View file

@ -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;