mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-24 16:55:22 +03:00
Lower the default airmode throttle threshold
This commit is contained in:
parent
2b186add5d
commit
b66f834d5f
1 changed files with 4 additions and 0 deletions
|
@ -89,6 +89,10 @@ helper.defaultsDialog = (function () {
|
|||
key: "airmode_type",
|
||||
value: "THROTTLE_THRESHOLD"
|
||||
},
|
||||
{
|
||||
key: "airmode_throttle_threshold",
|
||||
value: 1150
|
||||
},
|
||||
{
|
||||
key: "mc_iterm_relax",
|
||||
value: "RP"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue