From c3b7782b340ef1d24c3ecc45b87bee97b80a56f8 Mon Sep 17 00:00:00 2001 From: shota Date: Thu, 28 Sep 2023 21:58:35 +0900 Subject: [PATCH] updated defaults on motorstop --- js/defaults_dialog.js | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/js/defaults_dialog.js b/js/defaults_dialog.js index 0a93a55c..0a57d701 100644 --- a/js/defaults_dialog.js +++ b/js/defaults_dialog.js @@ -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',