From 1ca7ed59eba70368c83b3427bf9985494b2bba13 Mon Sep 17 00:00:00 2001 From: "Pawel Spychalski (DzikuVx)" Date: Tue, 12 Oct 2021 09:01:32 +0200 Subject: [PATCH] remove Airmode settings from Configurator --- _locales/en/messages.json | 12 ------------ tabs/pid_tuning.html | 14 -------------- 2 files changed, 26 deletions(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 2f7f206f..0eb1a007 100755 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -3881,18 +3881,6 @@ "iTermMechanics": { "message": "I-term mechanics" }, - "airmode_type": { - "message": "Airmode handling type" - }, - "airmode_type_help": { - "message": "Defines the Airmode state handling type.
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).
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.
THROTTLE_THRESHOLD is the Airmode behavior known from Betaflight. In this mode, Airmode is active as soon THROTTLE position is above airmode_throttle_threshold 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_ONCE mode." - }, - "airmode_throttle_threshold": { - "message": "Airmode Throttle threshold" - }, - "airmode_throttle_threshold_help": { - "message": "Defines airmode THROTTLE activation threshold when airmode_type THROTTLE_THRESHOLD is used" - }, "gps_map_center": { "message": "Center" }, diff --git a/tabs/pid_tuning.html b/tabs/pid_tuning.html index 01f5f4d6..cb69cf11 100755 --- a/tabs/pid_tuning.html +++ b/tabs/pid_tuning.html @@ -420,20 +420,6 @@
- - - - - - - -
-
-