mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-21 15:25:22 +03:00
Channel MAP letters are confusing (fixes #625)
This commit is contained in:
parent
ed1b0c8289
commit
adb9aae5bf
1 changed files with 4 additions and 4 deletions
|
@ -1823,16 +1823,16 @@
|
||||||
"message": "Indicator (uses position on matrix)"
|
"message": "Indicator (uses position on matrix)"
|
||||||
},
|
},
|
||||||
"controlAxisRoll": {
|
"controlAxisRoll": {
|
||||||
"message": "Roll"
|
"message": "Roll[A]"
|
||||||
},
|
},
|
||||||
"controlAxisPitch": {
|
"controlAxisPitch": {
|
||||||
"message": "Pitch"
|
"message": "Pitch[E]"
|
||||||
},
|
},
|
||||||
"controlAxisYaw": {
|
"controlAxisYaw": {
|
||||||
"message": "Yaw"
|
"message": "Yaw[R]"
|
||||||
},
|
},
|
||||||
"controlAxisThrottle": {
|
"controlAxisThrottle": {
|
||||||
"message": "Throttle"
|
"message": "Throttle[T]"
|
||||||
},
|
},
|
||||||
"controlAxisAux1": {
|
"controlAxisAux1": {
|
||||||
"message": "AUX 1"
|
"message": "AUX 1"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue