Skip to content

Commit

Permalink
Change default headtracker type to NONE
Browse files Browse the repository at this point in the history
  • Loading branch information
mmosca committed Jun 20, 2024
1 parent 4e99f80 commit 0550aac
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 @@ -1858,7 +1858,7 @@ Type of headtrackr dervice

| Default | Min | Max |
| --- | --- | --- |
| SERIAL | | |
| NONE | | |

---

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 @@ -4247,7 +4247,7 @@ groups:
members:
- name: headtracker_type
description: "Type of headtrackr dervice"
default_value: "SERIAL"
default_value: "NONE"
field: devType
type: uint8_t
table: headtracker_dev_type
Expand Down

0 comments on commit 0550aac

Please sign in to comment.