mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-19 06:15:13 +03:00
update defaults to match firmware settings
update dterm_lowpass_dyn_min_hz dterm_lowpass2_type and dterm_lowpass2_hz to match firmware defaults
This commit is contained in:
parent
18bff02242
commit
e4f792bf4a
1 changed files with 3 additions and 3 deletions
|
@ -474,11 +474,11 @@ var FC = {
|
||||||
gyro_notch2_cutoff: 100,
|
gyro_notch2_cutoff: 100,
|
||||||
gyro_notch2_hz: 200,
|
gyro_notch2_hz: 200,
|
||||||
dterm_lowpass_hz: 100,
|
dterm_lowpass_hz: 100,
|
||||||
dterm_lowpass_dyn_min_hz: 100,
|
dterm_lowpass_dyn_min_hz: 150,
|
||||||
dterm_lowpass_dyn_max_hz: 250,
|
dterm_lowpass_dyn_max_hz: 250,
|
||||||
dterm_lowpass_type: 0,
|
dterm_lowpass_type: 0,
|
||||||
dterm_lowpass2_hz: 200,
|
dterm_lowpass2_hz: 150,
|
||||||
dterm_lowpass2_type: 0,
|
dterm_lowpass2_type: 1,
|
||||||
dterm_notch_cutoff: 160,
|
dterm_notch_cutoff: 160,
|
||||||
dterm_notch_hz: 260,
|
dterm_notch_hz: 260,
|
||||||
yaw_lowpass_hz: 100,
|
yaw_lowpass_hz: 100,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue