From b490ccec234e7a2465f371854e0fba8868caeb5a Mon Sep 17 00:00:00 2001 From: TheIsotopes Date: Mon, 4 Sep 2017 14:01:26 +0200 Subject: [PATCH] undo defaults notch2 values to reflect fc defaults --- js/fc.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/fc.js b/js/fc.js index 00b42ce1..5983e127 100644 --- a/js/fc.js +++ b/js/fc.js @@ -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, };