mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 06:15:16 +03:00
Add second notch default
This commit is contained in:
parent
68424ff563
commit
4ab5db8e45
1 changed files with 1 additions and 1 deletions
|
@ -492,7 +492,7 @@ void createDefaultConfig(master_t *config)
|
|||
config->gyro_soft_lpf_hz = 90;
|
||||
config->gyro_soft_notch_hz_1 = 400;
|
||||
config->gyro_soft_notch_cutoff_1 = 300;
|
||||
config->gyro_soft_notch_hz_2 = 0;
|
||||
config->gyro_soft_notch_hz_2 = 200;
|
||||
config->gyro_soft_notch_cutoff_2 = 100;
|
||||
|
||||
config->debug_mode = DEBUG_NONE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue