1
0
Fork 0
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:
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", 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',