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:
parent
a31a5ea07b
commit
f7db7cff4b
2 changed files with 22 additions and 6 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue