1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-22 15:55:48 +03:00

Add second notch default

This commit is contained in:
borisbstyle 2016-10-17 16:28:33 +02:00
parent 69be5bf2da
commit fd2a091b79

View file

@ -492,7 +492,7 @@ void createDefaultConfig(master_t *config)
config->gyro_soft_lpf_hz = 90; config->gyro_soft_lpf_hz = 90;
config->gyro_soft_notch_hz_1 = 400; config->gyro_soft_notch_hz_1 = 400;
config->gyro_soft_notch_cutoff_1 = 300; 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->gyro_soft_notch_cutoff_2 = 100;
config->debug_mode = DEBUG_NONE; config->debug_mode = DEBUG_NONE;