1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-13 11:29:53 +03:00

updated defaults on motorstop

This commit is contained in:
shota 2023-09-28 21:58:35 +09:00
parent efc9f71e8b
commit c3b7782b34

View file

@ -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',