1
0
Fork 0
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:
Paweł Spychalski 2024-04-17 13:08:56 +02:00 committed by GitHub
commit b70e481643
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -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 |
---

View file

@ -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