1
0
Fork 0
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:
Pawel Spychalski (DzikuVx) 2022-05-07 20:25:36 +02:00
parent 611b5895ec
commit 13204c29c2

View file

@ -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"
} }
] ]
}, },