mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-20 23:05:15 +03:00
Fix the defaults for gyro lowpass 2 and dterm lowpass 2
This commit is contained in:
parent
6c3a69b49e
commit
6f6ff6b7bf
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue