mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-13 19:40:22 +03:00
updated defaults on motorstop
This commit is contained in:
parent
efc9f71e8b
commit
c3b7782b34
1 changed files with 8 additions and 12 deletions
|
@ -822,13 +822,11 @@ helper.defaultsDialog = (function () {
|
|||
key: "nav_fw_launch_climb_angle",
|
||||
value: 25
|
||||
},
|
||||
],
|
||||
"features": [
|
||||
{
|
||||
bit: 4, // Enable MOTOR_STOP
|
||||
state: true
|
||||
}
|
||||
]
|
||||
key: "motorstop_on_low",
|
||||
value: "ON"
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
"title": 'Airplane without a Tail (Wing, Delta, etc)',
|
||||
|
@ -1041,13 +1039,11 @@ helper.defaultsDialog = (function () {
|
|||
key: "nav_fw_launch_climb_angle",
|
||||
value: 25
|
||||
},
|
||||
],
|
||||
"features": [
|
||||
{
|
||||
bit: 4, // Enable MOTOR_STOP
|
||||
state: true
|
||||
}
|
||||
]
|
||||
key: "motorstop_on_low",
|
||||
value: "ON"
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
"title": 'Rovers & Boats',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue