From 9ead011b9da5d13142c818f8404e2674c48993c6 Mon Sep 17 00:00:00 2001 From: error414 Date: Mon, 7 Oct 2024 19:55:58 +0200 Subject: [PATCH] change gimbal sensitivity from programming framework --- js/logicConditionOperators.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/js/logicConditionOperators.js b/js/logicConditionOperators.js index 115affbd2..ed9d0795a 100644 --- a/js/logicConditionOperators.js +++ b/js/logicConditionOperators.js @@ -332,7 +332,13 @@ const LOGIC_OPERATORS = { operandType: "Set Flight Parameter", hasOperand: [false, false], output: "boolean" - } + }, + 55: { + name: "Gimbal sensitivity", + operandType: "Set Flight Parameter", + hasOperand: [true, false], + output: "boolean" + }, }; module.exports = { LOGIC_OPERATORS }; \ No newline at end of file