mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
dterm_cut_hz new default
This commit is contained in:
parent
49bc46bc37
commit
1cf4e9787a
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ static void resetPidProfile(pidProfile_t *pidProfile)
|
|||
pidProfile->D8[PIDVEL] = 1;
|
||||
|
||||
pidProfile->yaw_p_limit = YAW_P_LIMIT_MAX;
|
||||
pidProfile->dterm_cut_hz = 17;
|
||||
pidProfile->dterm_cut_hz = 40;
|
||||
|
||||
pidProfile->P_f[ROLL] = 1.5f; // new PID with preliminary defaults test carefully
|
||||
pidProfile->I_f[ROLL] = 0.4f;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue