1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-18 22:05:17 +03:00

Add second notch default

This commit is contained in:
borisbstyle 2016-10-17 16:28:33 +02:00 committed by GitHub
parent 68424ff563
commit 4ab5db8e45

View file

@ -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;