From 87c44499f512688dbb70da39a6aa40feb6f51a0c Mon Sep 17 00:00:00 2001 From: "Pawel Spychalski (DzikuVx)" Date: Thu, 3 Jan 2019 21:11:28 +0100 Subject: [PATCH] New mixer inputs for stabilized axises --- js/fc.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/js/fc.js b/js/fc.js index cfd4a462..c49738bb 100644 --- a/js/fc.js +++ b/js/fc.js @@ -1152,6 +1152,12 @@ var FC = { 'RC Channel 14', // 20 'RC Channel 15', // 21 'RC Channel 16', // 22 + 'Stabilized Roll+', // 23 + 'Stabilized Roll-', // 24 + 'Stabilized Pitch+', // 25 + 'Stabilized Pitch-', // 26 + 'Stabilized Yaw+', // 27 + 'Stabilized Yaw-' // 28, ]; }, getServoMixInputName: function (input) {