1
0
Fork 0
mirror of https://github.com/EdgeTX/edgetx.git synced 2025-07-25 17:25:10 +03:00

fix: missing/wrong entries in HW definition

This commit is contained in:
gagarinlg 2023-06-25 11:14:07 +02:00 committed by Malte Langermann
parent 3308500b17
commit 3cd6465bb1

View file

@ -64,7 +64,15 @@ SWITCH_CONFIG = {
"SG": { "default": "3POS" },
"SH": { "default": "TOGGLE" }
},
"tlite,tlitef4": {
"tlite": {
# left side
"SA": { "default": "3POS", "display": [ 0, 0 ] },
"SC": { "default": "3POS", "display": [ 0, 1 ] },
# right side
"SB": { "default": "2POS", "display": [ 1, 0 ] },
"SD": { "default": "2POS", "display": [ 1, 1 ] }
},
"tlitef4": {
# left side
"SA": { "default": "3POS", "display": [ 0, 0 ] },
"SC": { "default": "3POS", "display": [ 0, 1 ] },
@ -144,7 +152,7 @@ SWITCH_CONFIG = {
"SG": { "default": "3POS", "display": [ 2, 2 ] },
"SH": { "default": "TOGGLE", "display": [ 2, 3 ] }
},
"x9dp": {
"x9d+": {
# left side
"SA": { "default": "3POS", "display": [ 0, 0 ] },
"SB": { "default": "3POS", "display": [ 0, 1 ] },
@ -156,7 +164,7 @@ SWITCH_CONFIG = {
"SG": { "default": "3POS", "display": [ 2, 2 ] },
"SH": { "default": "TOGGLE", "display": [ 2, 3 ] }
},
"x9dp2019": {
"x9d+2019": {
# left side
"SA": { "default": "3POS", "display": [ 0, 0 ] },
"SB": { "default": "3POS", "display": [ 0, 1 ] },