1
0
Fork 0
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:
Pawel Spychalski (DzikuVx) 2021-10-29 16:17:42 +02:00
parent cf4bdc42bc
commit e4191bbbee
3 changed files with 29 additions and 15 deletions

View file

@ -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
},
{