From 55e480ddca28e1ba4dbdc31d2c70eb4a580a2418 Mon Sep 17 00:00:00 2001 From: "Konstantin Sharlaimov (DigitalEntity)" Date: Mon, 27 Mar 2017 23:05:18 +1000 Subject: [PATCH] Change stick mapping in Stick Control feature to default AETR --- build/receiver-msp.js | 4 ++-- build/script.js | 4 ++-- tabs/receiver_msp.js | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) 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,