Skip to content

Commit

Permalink
fix: Disable by default SG/SH on TPro V2 (EdgeTX#4191)
Browse files Browse the repository at this point in the history
  • Loading branch information
3djc authored Oct 11, 2023
1 parent 837677b commit c270ec1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions radio/util/hw_defs/switch_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,12 @@
"SA": {"default": "3POS", "display": [0, 0]},
"SC": {"default": "TOGGLE", "display": [0, 1]},
"SE": {"default": "2POS", "display": [0, 2]},
"SG": {"default": "TOGGLE", "display": [0, 3]},
"SG": {"default": "NONE", "display": [0, 3]},
# right side
"SB": {"default": "3POS", "display": [1, 0]},
"SD": {"default": "TOGGLE", "display": [1, 1]},
"SF": {"default": "2POS", "display": [1, 2]},
"SH": {"default": "TOGGLE", "display": [1, 3]},
"SH": {"default": "NONE", "display": [1, 3]},
},
"t20": {
# left side
Expand Down

0 comments on commit c270ec1

Please sign in to comment.