Skip to content

Commit 974e622

Browse files
authored
Merge pull request #1333 from schugabe/update-defaults
update defaults to match firmware settings
2 parents 2286b9d + e4f792b commit 974e622

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/js/fc.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -474,11 +474,11 @@ var FC = {
474474
gyro_notch2_cutoff: 100,
475475
gyro_notch2_hz: 200,
476476
dterm_lowpass_hz: 100,
477-
dterm_lowpass_dyn_min_hz: 100,
477+
dterm_lowpass_dyn_min_hz: 150,
478478
dterm_lowpass_dyn_max_hz: 250,
479479
dterm_lowpass_type: 0,
480-
dterm_lowpass2_hz: 200,
481-
dterm_lowpass2_type: 0,
480+
dterm_lowpass2_hz: 150,
481+
dterm_lowpass2_type: 1,
482482
dterm_notch_cutoff: 160,
483483
dterm_notch_hz: 260,
484484
yaw_lowpass_hz: 100,

0 commit comments

Comments
 (0)