Skip to content

Commit 253cf74

Browse files
authored
Merge pull request #10531 from b14ckyy/master
Change Autotune default max servo range
2 parents 9d69b14 + 35ba2f3 commit 253cf74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/Settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1178,7 +1178,7 @@ The target percentage of maximum mixer output used for determining the rates in
11781178

11791179
| Default | Min | Max |
11801180
| --- | --- | --- |
1181-
| 80 | 50 | 100 |
1181+
| 90 | 50 | 100 |
11821182

11831183
---
11841184

src/main/fc/settings.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2342,7 +2342,7 @@ groups:
23422342
type: uint8_t
23432343
- name: fw_autotune_max_rate_deflection
23442344
description: "The target percentage of maximum mixer output used for determining the rates in `AUTO` and `LIMIT`."
2345-
default_value: 80
2345+
default_value: 90
23462346
field: fw_max_rate_deflection
23472347
min: 50
23482348
max: 100

0 commit comments

Comments
 (0)