Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNavFlight/inav-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Lines <darren@darrenlines.uk>2022-10-06 22:42:36 +0300
committerDarren Lines <darren@darrenlines.uk>2022-10-06 22:42:36 +0300
commitf4e34d5e863081d7d0f94394accfc7cc5a9de9c3 (patch)
tree080f0f251859e5d6359217305b6cfda42f3206a8 /_locales
parent0917397880d8eaba4ca8ffb65d9af0e52e252cf0 (diff)
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`
Diffstat (limited to '_locales')
-rwxr-xr-x_locales/en/messages.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/_locales/en/messages.json b/_locales/en/messages.json
index e3d2e7f5..a5fa7a00 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"
},