Skip to content

Commit c6890d3

Browse files
authored
Merge pull request #2177 from iNavFlight/mmosca-add-more-rc-channels
Use up to 34 rc channels in programming tab
2 parents 8ea40f1 + 7c46f20 commit c6890d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/logicConditionOperantTypes.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const OPERAND_TYPES = {
1212
1: {
1313
name: "Get RC Channel",
1414
type: "range",
15-
range: [1, 16],
15+
range: [1, 34],
1616
default: 1
1717
},
1818
2: {
@@ -130,4 +130,4 @@ const OPERAND_TYPES = {
130130
},
131131
};
132132

133-
module.exports = { OPERAND_TYPES };
133+
module.exports = { OPERAND_TYPES };

0 commit comments

Comments
 (0)