Skip to content

Commit

Permalink
Bump max to 34
Browse files Browse the repository at this point in the history
  • Loading branch information
mmosca committed Aug 22, 2024
1 parent 8ea40f1 commit 7c46f20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/logicConditionOperantTypes.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const OPERAND_TYPES = {
1: {
name: "Get RC Channel",
type: "range",
range: [1, 16],
range: [1, 34],
default: 1
},
2: {
Expand Down Expand Up @@ -130,4 +130,4 @@ const OPERAND_TYPES = {
},
};

module.exports = { OPERAND_TYPES };
module.exports = { OPERAND_TYPES };

0 comments on commit 7c46f20

Please sign in to comment.