From f4e34d5e863081d7d0f94394accfc7cc5a9de9c3 Mon Sep 17 00:00:00 2001 From: Darren Lines Date: Thu, 6 Oct 2022 20:42:36 +0100 Subject: [PATCH] Changes to fixed wing Advanced Tuning options - Rearranged **Fixed Wing Navigation Settings** to a more logical order. - Added setting for `fw_min_throttle_down_pitch` --- _locales/en/messages.json | 6 ++++++ tabs/advanced_tuning.html | 35 ++++++++++++++++++++--------------- 2 files changed, 26 insertions(+), 15 deletions(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index e3d2e7f57..a5fa7a00d 100755 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -2901,6 +2901,12 @@ "pitchToThrottleHelp": { "message": "In navigation modes, each degree of climb will add this many units to the cruise throttle. Conversely, each degree of diving will substract from it." }, + "minThrottleDownPitch": { + "message": "Min Throttle Down Pitch" + }, + "minThrottleDownPitchHelp": { + "message": "Automatic pitch down angle when throttle is at 0 in angle mode. Progressively applied between cruise throttle and zero throttle." + }, "pitchToThrottleSmoothing": { "message": "Throttle smoothing" }, diff --git a/tabs/advanced_tuning.html b/tabs/advanced_tuning.html index e1a81a4c9..158410cde 100644 --- a/tabs/advanced_tuning.html +++ b/tabs/advanced_tuning.html @@ -104,16 +104,19 @@
+
+ + +
- - + +
- - -
+ +
@@ -123,13 +126,15 @@
- - + + +
- - + + +
@@ -144,12 +149,6 @@
-
- - -
-
-
@@ -168,6 +167,12 @@
+
+ + +
+
+