mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-13 11:29:53 +03:00
Support 16 servos
This commit is contained in:
parent
f432bcff45
commit
9b01cec4fb
4 changed files with 4 additions and 4 deletions
|
@ -5,7 +5,7 @@ let ServoMixerRuleCollection = function () {
|
|||
|
||||
let self = {},
|
||||
data = [],
|
||||
maxServoCount = 8;
|
||||
maxServoCount = 16;
|
||||
|
||||
self.setServoCount = function (value) {
|
||||
maxServoCount = value;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue