mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
Substitute pt1 filter of gyroADC for 7 Tap FIR filter
This commit is contained in:
parent
38dd09f9b5
commit
266ed02a81
7 changed files with 33 additions and 9 deletions
|
@ -171,6 +171,7 @@ static void resetPidProfile(pidProfile_t *pidProfile)
|
|||
pidProfile->D8[PIDVEL] = 1;
|
||||
|
||||
pidProfile->yaw_p_limit = YAW_P_LIMIT_MAX;
|
||||
pidProfile->gyro_fir_filter_enable = 0;
|
||||
pidProfile->gyro_cut_hz = 0;
|
||||
pidProfile->pterm_cut_hz = 60;
|
||||
pidProfile->dterm_cut_hz = 17;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue