mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-26 01:35:23 +03:00
Update defaults
This commit is contained in:
parent
611b5895ec
commit
13204c29c2
1 changed files with 5 additions and 1 deletions
|
@ -105,7 +105,7 @@ helper.defaultsDialog = (function () {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: "d_boost_min",
|
key: "d_boost_min",
|
||||||
value: 0.5
|
value: 0.8
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: "d_boost_max",
|
key: "d_boost_max",
|
||||||
|
@ -195,6 +195,10 @@ helper.defaultsDialog = (function () {
|
||||||
{
|
{
|
||||||
key: "applied_defaults",
|
key: "applied_defaults",
|
||||||
value: 2
|
value: 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: "failsafe_procedure",
|
||||||
|
value: "DROP"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue