Skip to content

Commit

Permalink
change gimbal sensitivity from programming framework
Browse files Browse the repository at this point in the history
  • Loading branch information
error414 committed Oct 9, 2024
1 parent ae0f6a8 commit 9ead011
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion js/logicConditionOperators.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 };

0 comments on commit 9ead011

Please sign in to comment.