mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-19 14:25:13 +03:00
PID Tuning update
This commit is contained in:
parent
cf4bdc42bc
commit
e4191bbbee
3 changed files with 29 additions and 15 deletions
|
@ -214,7 +214,11 @@ helper.defaultsDialog = (function () {
|
|||
value: 10
|
||||
},
|
||||
{
|
||||
key: "d_boost_factor",
|
||||
key: "d_boost_min",
|
||||
value: 1
|
||||
},
|
||||
{
|
||||
key: "d_boost_max",
|
||||
value: 1
|
||||
},
|
||||
{
|
||||
|
@ -392,7 +396,11 @@ helper.defaultsDialog = (function () {
|
|||
value: 10
|
||||
},
|
||||
{
|
||||
key: "d_boost_factor",
|
||||
key: "d_boost_min",
|
||||
value: 1
|
||||
},
|
||||
{
|
||||
key: "d_boost_max",
|
||||
value: 1
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue