mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
default yaw filter
This commit is contained in:
parent
3e5e30c42c
commit
940d666fb0
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ static void resetPidProfile(pidProfile_t *pidProfile)
|
|||
pidProfile->D8[PIDVEL] = 0;
|
||||
|
||||
pidProfile->yaw_p_limit = YAW_P_LIMIT_MAX;
|
||||
pidProfile->yaw_lpf_hz = 0.0f;
|
||||
pidProfile->yaw_lpf_hz = 70.0f;
|
||||
pidProfile->dterm_average_count = 4;
|
||||
pidProfile->rollPitchItermResetRate = 200;
|
||||
pidProfile->yawItermResetRate = 50;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue