undo defaults notch2 values to reflect fc defaults

10.3.x-maintenance
TheIsotopes 2017-09-04 14:01:26 +02:00 committed by GitHub
parent 1bb5267bfd
commit b490ccec23
1 changed files with 2 additions and 2 deletions

View File

@ -397,8 +397,8 @@ var FC = {
DEFAULT = {
gyro_soft_notch_cutoff_1: 300,
gyro_soft_notch_hz_1: 400,
gyro_soft_notch_cutoff_2: 200,
gyro_soft_notch_hz_2: 300,
gyro_soft_notch_cutoff_2: 100,
gyro_soft_notch_hz_2: 200,
dterm_notch_cutoff: 160,
dterm_notch_hz: 260,
};