1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-26 01:35:41 +03:00

Added parameters for dynamic notch filter.

This commit is contained in:
mikeller 2018-07-22 15:55:15 +12:00
parent bc22934185
commit 46d3f0dd83
4 changed files with 15 additions and 8 deletions

View file

@ -197,6 +197,8 @@ PG_RESET_TEMPLATE(gyroConfig_t, gyroConfig,
.gyro_offset_yaw = 0,
.yaw_spin_recovery = true,
.yaw_spin_threshold = 1950,
.dyn_notch_quality = 70,
.dyn_notch_width_percent = 50,
);