mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-24 16:55:29 +03:00
Merge pull request #9944 from iNavFlight/dzikuvx-adjust-default-deadband
Update deadband defaults
This commit is contained in:
commit
b70e481643
2 changed files with 4 additions and 4 deletions
|
@ -658,7 +658,7 @@ These are values (in us) by how much RC input can be different before it's consi
|
|||
|
||||
| Default | Min | Max |
|
||||
| --- | --- | --- |
|
||||
| 5 | 0 | 32 |
|
||||
| 2 | 0 | 32 |
|
||||
|
||||
---
|
||||
|
||||
|
@ -6198,7 +6198,7 @@ These are values (in us) by how much RC input can be different before it's consi
|
|||
|
||||
| Default | Min | Max |
|
||||
| --- | --- | --- |
|
||||
| 5 | 0 | 100 |
|
||||
| 2 | 0 | 100 |
|
||||
|
||||
---
|
||||
|
||||
|
|
|
@ -1668,12 +1668,12 @@ groups:
|
|||
members:
|
||||
- name: deadband
|
||||
description: "These are values (in us) by how much RC input can be different before it's considered valid. For transmitters with jitter on outputs, this value can be increased. Defaults are zero, but can be increased up to 10 or so if rc inputs twitch while idle."
|
||||
default_value: 5
|
||||
default_value: 2
|
||||
min: 0
|
||||
max: 32
|
||||
- name: yaw_deadband
|
||||
description: "These are values (in us) by how much RC input can be different before it's considered valid. For transmitters with jitter on outputs, this value can be increased. Defaults are zero, but can be increased up to 10 or so if rc inputs twitch while idle."
|
||||
default_value: 5
|
||||
default_value: 2
|
||||
min: 0
|
||||
max: 100
|
||||
- name: pos_hold_deadband
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue