From 35ba2f34d1704678f0490c8d92cbc72d917b4076 Mon Sep 17 00:00:00 2001 From: b14ckyy <33039058+b14ckyy@users.noreply.github.com> Date: Fri, 13 Dec 2024 12:01:06 +0100 Subject: [PATCH] Update settings.yaml Change Autotune default max servo range since I-Term lock disables PIDs at full stick input --- 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 67331ae6a5b..4ffeac9e534 100644 --- a/src/main/fc/settings.yaml +++ b/src/main/fc/settings.yaml @@ -2342,7 +2342,7 @@ groups: type: uint8_t - name: fw_autotune_max_rate_deflection description: "The target percentage of maximum mixer output used for determining the rates in `AUTO` and `LIMIT`." - default_value: 80 + default_value: 90 field: fw_max_rate_deflection min: 50 max: 100