mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-21 23:35:19 +03:00
Drop not used defaults
This commit is contained in:
parent
bb95dada5c
commit
42f7a7f0bd
2 changed files with 0 additions and 26 deletions
|
@ -57,14 +57,6 @@ helper.defaultsDialog = (function () {
|
||||||
key: "dterm_lpf_type",
|
key: "dterm_lpf_type",
|
||||||
value: "PT3"
|
value: "PT3"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
key: "dterm_lpf2_hz",
|
|
||||||
value: 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
key: "dterm_lpf2_type",
|
|
||||||
value: "PT1"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
key: "dynamic_gyro_notch_enabled",
|
key: "dynamic_gyro_notch_enabled",
|
||||||
value: "ON"
|
value: "ON"
|
||||||
|
@ -270,14 +262,6 @@ helper.defaultsDialog = (function () {
|
||||||
key: "dterm_lpf_type",
|
key: "dterm_lpf_type",
|
||||||
value: "PT3"
|
value: "PT3"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
key: "dterm_lpf2_hz",
|
|
||||||
value: 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
key: "dterm_lpf2_type",
|
|
||||||
value: "PT1"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
key: "dynamic_gyro_notch_enabled",
|
key: "dynamic_gyro_notch_enabled",
|
||||||
value: "ON"
|
value: "ON"
|
||||||
|
@ -461,14 +445,6 @@ helper.defaultsDialog = (function () {
|
||||||
key: "dterm_lpf_type",
|
key: "dterm_lpf_type",
|
||||||
value: "PT3"
|
value: "PT3"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
key: "dterm_lpf2_hz",
|
|
||||||
value: 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
key: "dterm_lpf2_type",
|
|
||||||
value: "PT1"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
key: "dynamic_gyro_notch_enabled",
|
key: "dynamic_gyro_notch_enabled",
|
||||||
value: "ON"
|
value: "ON"
|
||||||
|
|
2
js/fc.js
2
js/fc.js
|
@ -1439,8 +1439,6 @@ var FC = {
|
||||||
'max_angle_inclination_pit',
|
'max_angle_inclination_pit',
|
||||||
'dterm_lpf_hz',
|
'dterm_lpf_hz',
|
||||||
'dterm_lpf_type',
|
'dterm_lpf_type',
|
||||||
'dterm_lpf2_hz',
|
|
||||||
'dterm_lpf2_type',
|
|
||||||
'yaw_lpf_hz',
|
'yaw_lpf_hz',
|
||||||
'fw_iterm_throw_limit',
|
'fw_iterm_throw_limit',
|
||||||
'fw_reference_airspeed',
|
'fw_reference_airspeed',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue