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