From 5378207532423943243512bdcbcf8fd729106237 Mon Sep 17 00:00:00 2001 From: "Pawel Spychalski (DzikuVx)" Date: Tue, 19 Jan 2021 11:38:39 +0100 Subject: [PATCH] Allow RC channel override via logic conditions --- js/fc.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/js/fc.js b/js/fc.js index 6fe108a6..3758dae9 100644 --- a/js/fc.js +++ b/js/fc.js @@ -1228,6 +1228,11 @@ var FC = { name: "MAP OUTPUT", hasOperand: [true, true], output: "raw" + }, + 38: { + name: "RC CHANNEL OVERRIDE", + hasOperand: [true, true], + output: "boolean" } } },