diff --git a/docs/Settings.md b/docs/Settings.md index fc15e693b4..12aa055c51 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 | --- diff --git a/src/main/fc/settings.yaml b/src/main/fc/settings.yaml index aa8b1fccce..2966417cd3 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