mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-14 11:59:51 +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",
|
key: "nav_fw_launch_climb_angle",
|
||||||
value: 25
|
value: 25
|
||||||
},
|
},
|
||||||
],
|
|
||||||
"features": [
|
|
||||||
{
|
{
|
||||||
bit: 4, // Enable MOTOR_STOP
|
key: "motorstop_on_low",
|
||||||
state: true
|
value: "ON"
|
||||||
}
|
},
|
||||||
]
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": 'Airplane without a Tail (Wing, Delta, etc)',
|
"title": 'Airplane without a Tail (Wing, Delta, etc)',
|
||||||
|
@ -1041,13 +1039,11 @@ helper.defaultsDialog = (function () {
|
||||||
key: "nav_fw_launch_climb_angle",
|
key: "nav_fw_launch_climb_angle",
|
||||||
value: 25
|
value: 25
|
||||||
},
|
},
|
||||||
],
|
|
||||||
"features": [
|
|
||||||
{
|
{
|
||||||
bit: 4, // Enable MOTOR_STOP
|
key: "motorstop_on_low",
|
||||||
state: true
|
value: "ON"
|
||||||
}
|
},
|
||||||
]
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": 'Rovers & Boats',
|
"title": 'Rovers & Boats',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue