Skip to content

Commit

Permalink
fix: lua axis name for T14/T12Max
Browse files Browse the repository at this point in the history
  • Loading branch information
3djc committed Jul 27, 2024
1 parent 7f9dcda commit 3a52e38
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions radio/util/hw_defs/legacy_names.py
Original file line number Diff line number Diff line change
Expand Up @@ -390,16 +390,24 @@
"targets": {"t14", "t12max"},
"inputs": {
"LH": {
"yaml": "Rud"
"yaml": "Rud",
"lua": "rud",
"description": "Rudder"
},
"LV": {
"yaml": "Ele"
"yaml": "Ele",
"lua": "ele",
"description": "Elevator"
},
"RV": {
"yaml": "Thr"
"yaml": "Thr",
"lua": "thr",
"description": "Throttle"
},
"RH": {
"yaml": "Ail"
"yaml": "Ail",
"lua": "ail",
"description": "Aileron"
},
"P1": {
"yaml": "POT1",
Expand Down

0 comments on commit 3a52e38

Please sign in to comment.