Merge pull request #1258 from iNavFlight/avs-disable-fw-dboost

Disable fixedwing dboost
pull/1263/head
Alexander van Saase 3 years ago committed by GitHub
commit e07ad4000c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -205,6 +205,10 @@ helper.defaultsDialog = (function() {
key: "dterm_lpf_hz",
value: 40
},
{
key: "d_boost_factor",
value: 1
},
{
key: "gyro_main_lpf_type",
value: "BIQUAD"
@ -375,6 +379,10 @@ helper.defaultsDialog = (function() {
key: "dterm_lpf_hz",
value: 40
},
{
key: "d_boost_factor",
value: 1
},
{
key: "gyro_main_lpf_type",
value: "BIQUAD"

@ -1126,9 +1126,13 @@ presets.presets = [
value: 25
},
{
key: "dterm_lpf_hz",
value: 40
},
key: "dterm_lpf_hz",
value: 40
},
{
key: "d_boost_factor",
value: 1
},
{
key: "gyro_main_lpf_type",
value: "BIQUAD"
@ -1292,9 +1296,13 @@ presets.presets = [
value: 25
},
{
key: "dterm_lpf_hz",
value: 40
},
key: "dterm_lpf_hz",
value: 40
},
{
key: "d_boost_factor",
value: 1
},
{
key: "gyro_main_lpf_type",
value: "BIQUAD"

Loading…
Cancel
Save