1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-13 19:40:22 +03:00

Bump max to 34

This commit is contained in:
Marcelo Bezerra 2024-08-22 12:23:17 +02:00
parent 8ea40f1399
commit 7c46f2093d
No known key found for this signature in database
GPG key ID: 718A5AC065848530

View file

@ -12,7 +12,7 @@ const OPERAND_TYPES = {
1: { 1: {
name: "Get RC Channel", name: "Get RC Channel",
type: "range", type: "range",
range: [1, 16], range: [1, 34],
default: 1 default: 1
}, },
2: { 2: {
@ -130,4 +130,4 @@ const OPERAND_TYPES = {
}, },
}; };
module.exports = { OPERAND_TYPES }; module.exports = { OPERAND_TYPES };