Skip to content

Commit

Permalink
fix(lua): axis names for T15, T14, T12Max (#5331)
Browse files Browse the repository at this point in the history
  • Loading branch information
3djc authored Jul 27, 2024
1 parent faf0027 commit c086eb4
Showing 1 changed file with 24 additions and 8 deletions.
32 changes: 24 additions & 8 deletions radio/util/hw_defs/legacy_names.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,16 +93,24 @@
"targets": {"t15"},
"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": "S1",
Expand Down Expand Up @@ -382,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 c086eb4

Please sign in to comment.