diff --git a/build/receiver-msp.js b/build/receiver-msp.js index e644b526..336a1799 100644 --- a/build/receiver-msp.js +++ b/build/receiver-msp.js @@ -30,8 +30,8 @@ var channelMSPIndexes = { roll: 0, pitch: 1, - yaw: 2, - throttle: 3, + yaw: 3, + throttle: 2, aux1: 4, aux2: 5, aux3: 6, diff --git a/build/script.js b/build/script.js index e4e20f51..5ff4be8d 100644 --- a/build/script.js +++ b/build/script.js @@ -21736,8 +21736,8 @@ var channelMSPIndexes = { roll: 0, pitch: 1, - yaw: 2, - throttle: 3, + yaw: 3, + throttle: 2, aux1: 4, aux2: 5, aux3: 6, diff --git a/tabs/receiver_msp.js b/tabs/receiver_msp.js index 2cb2c353..5d66f598 100644 --- a/tabs/receiver_msp.js +++ b/tabs/receiver_msp.js @@ -9,8 +9,8 @@ var channelMSPIndexes = { roll: 0, pitch: 1, - yaw: 2, - throttle: 3, + yaw: 3, + throttle: 2, aux1: 4, aux2: 5, aux3: 6,