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:
authorAirwide <arvid.stenberg@gmail.com>2020-09-11 09:28:16 +0300
committerAirwide <arvid.stenberg@gmail.com>2020-09-11 09:28:16 +0300
commit42d6612b2b29eaaf5317469eb2072c803341ce4f (patch)
tree0425d75b7c84a29fe0912d65fcd8c097d598a674 /_locales
parent5c2cc5bb562b9fdc8f0d08ebd1f42f8d0eae7be7 (diff)
Fixed error
Diffstat (limited to '_locales')
-rwxr-xr-x_locales/en/messages.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/_locales/en/messages.json b/_locales/en/messages.json
index 63574e25..bb20c5ce 100755
--- a/_locales/en/messages.json
+++ b/_locales/en/messages.json
@@ -3290,8 +3290,7 @@
"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 />STICK_CENTER_ONCE works like STICK_CENTER, but only until the
- first time THROTTLE is not low and ROLL/PITCH/YAW sticks are moved. After that, ANTI_WINDUP is deactivated until next arm. Useful for airplanes. <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."
+ "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 />STICK_CENTER_ONCE works like STICK_CENTER, but only until the first time THROTTLE is not low and ROLL/PITCH/YAW sticks are moved. After that, ANTI_WINDUP is deactivated until next arm. Useful for airplanes. <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. Airplanes default to STICK_CENTER mode."
},
"mc_airmode_threshold": {
"message": "Airmode Throttle threshold"