dterm_cut_hz default to 40hz
This commit is contained in:
parent
b9e16ef243
commit
97c65fe697
|
@ -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 = 20;
|
||||
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…
Reference in New Issue