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:
authorPaweł Spychalski <pspychalski@gmail.com>2019-05-19 22:14:47 +0300
committerGitHub <noreply@github.com>2019-05-19 22:14:47 +0300
commit390c593ea304275ef221684510fc596612237be1 (patch)
tree91887e007edaa15d85806af5665aee24dac33b20 /_locales
parent505bb200f2cb0889224e933d5f5bdb603dfcb738 (diff)
parentf0a9c8727bc6de772ddeee63b6862622657c1edb (diff)
Merge pull request #771 from iNavFlight/dzikuvx-airmode-gui
GUI for airmode
Diffstat (limited to '_locales')
-rwxr-xr-x_locales/en/messages.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/_locales/en/messages.json b/_locales/en/messages.json
index 2f5abc02..540617a9 100755
--- a/_locales/en/messages.json
+++ b/_locales/en/messages.json
@@ -3102,5 +3102,17 @@
},
"iTermMechanics": {
"message": "I-term mechanics"
+ },
+ "mc_airmode_type": {
+ "message": "Airmode handling type"
+ },
+ "mc_airmode_type_help": {
+ "message": "Defines the Airmode state handling type for Multirotors. <br />Default STICK_CENTER is the classical approach in which Airmode is always active if enabled, but when the throttle is low and ROLL/PITCH/YAW sticks are centered, Iterms is not allowed to grow (ANTI_WINDUP). <br />THROTTLE_THRESHOLD is the Airmode behavior known from Betaflight. In this mode, Airmode is active as soon THROTTLE position is above <i>mc_airmode_threshold</i> and stays active until disarm. ANTI_WINDUP is never triggered. For small Multirotors (up to 7-inch propellers) it is suggested to switch to THROTTLE_THRESHOLD since it keeps full stabilization no matter what pilot does with the sticks. Fixed Wings always use STICK_CENTER mode."
+ },
+ "mc_airmode_threshold": {
+ "message": "Airmode Throttle threshold"
+ },
+ "mc_airmode_threshold_help": {
+ "message": "Defines airmode THROTTLE activation threshold when mc_airmode_type THROTTLE_THRESHOLD is used"
}
}