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:
commit
c6890d372b
1 changed files with 2 additions and 2 deletions
|
@ -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 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue