diff --git a/js/logicConditionOperantTypes.js b/js/logicConditionOperantTypes.js index ffe36627..0cba1be6 100644 --- a/js/logicConditionOperantTypes.js +++ b/js/logicConditionOperantTypes.js @@ -12,7 +12,7 @@ const OPERAND_TYPES = { 1: { name: "Get RC Channel", type: "range", - range: [1, 16], + range: [1, 34], default: 1 }, 2: { @@ -130,4 +130,4 @@ const OPERAND_TYPES = { }, }; -module.exports = { OPERAND_TYPES }; \ No newline at end of file +module.exports = { OPERAND_TYPES };