1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-25 01:05:15 +03:00

Merge pull request #1062 from McGiverGim/fix_lowpass_defaults

Fix the defaults for gyro lowpass 2 and dterm lowpass 2
This commit is contained in:
Michael Keller 2018-06-18 22:53:01 +12:00 committed by GitHub
commit 63ee68a915
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -408,7 +408,7 @@ var FC = {
DEFAULT = {
gyro_lowpass_hz: 100,
gyro_lowpass_type: 0,
gyro_lowpass2_hz: 500,
gyro_lowpass2_hz: 300,
gyro_lowpass2_type: 0,
gyro_notch_cutoff: 300,
gyro_notch_hz: 400,
@ -416,7 +416,7 @@ var FC = {
gyro_notch2_hz: 200,
dterm_lowpass_hz: 100,
dterm_lowpass_type: 0,
dterm_lowpass2_hz: 300,
dterm_lowpass2_hz: 200,
dterm_notch_cutoff: 160,
dterm_notch_hz: 260,
yaw_lowpass_hz: 100,