1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-24 00:35:20 +03:00

set fw dboost factor to 1

This commit is contained in:
Alexander van Saase 2021-05-06 14:30:57 +02:00
parent a31a5ea07b
commit f7db7cff4b
2 changed files with 22 additions and 6 deletions

View file

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