Merge pull request #669 from mikeller/fix_rx_msp_stick_assignments

Made RX_MSP stick assignments compatible with default 'AETR'.
10.3.x-maintenance
Michael Keller 2017-09-18 22:26:36 +12:00 committed by GitHub
commit 9ec28503b2
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@ var
channelMSPIndexes = {
roll: 0,
pitch: 1,
yaw: 2,
throttle: 3,
throttle: 2,
yaw: 3,
aux1: 4,
aux2: 5,
aux3: 6,