From 29f7cc6b1e6c91d420190358d926bbc6908c701b Mon Sep 17 00:00:00 2001 From: "Pawel Spychalski (DzikuVx)" Date: Sun, 9 Jan 2022 10:46:51 +0100 Subject: [PATCH 1/2] Lower the Airmode throttle threshold --- src/main/fc/settings.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/fc/settings.yaml b/src/main/fc/settings.yaml index d2e57316b1..1576b58317 100644 --- a/src/main/fc/settings.yaml +++ b/src/main/fc/settings.yaml @@ -1648,7 +1648,7 @@ groups: table: airmodeHandlingType - name: airmode_throttle_threshold description: "Defines airmode THROTTLE activation threshold when `airmode_type` **THROTTLE_THRESHOLD** is used" - default_value: 1300 + default_value: 1150 field: airmodeThrottleThreshold min: 1000 max: 2000 From 9e0eb3227cba56e9ae6995027e724fdb341d6ceb Mon Sep 17 00:00:00 2001 From: "Pawel Spychalski (DzikuVx)" Date: Sun, 9 Jan 2022 10:49:01 +0100 Subject: [PATCH 2/2] Docs update --- docs/Settings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Settings.md b/docs/Settings.md index 84d0528a3e..aef9e2ad28 100644 --- a/docs/Settings.md +++ b/docs/Settings.md @@ -188,7 +188,7 @@ Defines airmode THROTTLE activation threshold when `airmode_type` **THROTTLE_THR | Default | Min | Max | | --- | --- | --- | -| 1300 | 1000 | 2000 | +| 1150 | 1000 | 2000 | ---