Skip to content

Commit b70e481

Browse files
authored
Merge pull request #9944 from iNavFlight/dzikuvx-adjust-default-deadband
Update deadband defaults
2 parents 2dcfe33 + dc2c27a commit b70e481

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/Settings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ These are values (in us) by how much RC input can be different before it's consi
658658

659659
| Default | Min | Max |
660660
| --- | --- | --- |
661-
| 5 | 0 | 32 |
661+
| 2 | 0 | 32 |
662662

663663
---
664664

@@ -6198,7 +6198,7 @@ These are values (in us) by how much RC input can be different before it's consi
61986198

61996199
| Default | Min | Max |
62006200
| --- | --- | --- |
6201-
| 5 | 0 | 100 |
6201+
| 2 | 0 | 100 |
62026202

62036203
---
62046204

src/main/fc/settings.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1668,12 +1668,12 @@ groups:
16681668
members:
16691669
- name: deadband
16701670
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."
1671-
default_value: 5
1671+
default_value: 2
16721672
min: 0
16731673
max: 32
16741674
- name: yaw_deadband
16751675
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."
1676-
default_value: 5
1676+
default_value: 2
16771677
min: 0
16781678
max: 100
16791679
- name: pos_hold_deadband

0 commit comments

Comments
 (0)