1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-25 01:05:12 +03:00

Merge pull request #2177 from iNavFlight/mmosca-add-more-rc-channels

Use up to 34 rc channels in programming tab
This commit is contained in:
Marcelo Bezerra 2024-08-22 12:43:10 +02:00 committed by GitHub
commit c6890d372b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 };
module.exports = { OPERAND_TYPES };