Skip to content

Commit 296e1e1

Browse files
Merge pull request #2204 from error414/change-gimbal-sensitivity-from-programming-framework
Change gimbal sensitivity from programming framework
2 parents 89f6900 + 2c6d1d5 commit 296e1e1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

js/logicConditionOperators.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,13 @@ const LOGIC_OPERATORS = {
332332
operandType: "Set Flight Parameter",
333333
hasOperand: [false, false],
334334
output: "boolean"
335-
}
335+
},
336+
55: {
337+
name: "Gimbal sensitivity",
338+
operandType: "Set Flight Parameter",
339+
hasOperand: [true, false],
340+
output: "boolean"
341+
},
336342
};
337343

338344
module.exports = { LOGIC_OPERATORS };

0 commit comments

Comments
 (0)