Skip to content

Commit

Permalink
Merge pull request #10531 from b14ckyy/master
Browse files Browse the repository at this point in the history
Change Autotune default max servo range
  • Loading branch information
b14ckyy authored Dec 13, 2024
2 parents 9d69b14 + 35ba2f3 commit 253cf74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/Settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -1178,7 +1178,7 @@ The target percentage of maximum mixer output used for determining the rates in

| Default | Min | Max |
| --- | --- | --- |
| 80 | 50 | 100 |
| 90 | 50 | 100 |

---

Expand Down
2 changes: 1 addition & 1 deletion src/main/fc/settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 253cf74

Please sign in to comment.