1
0
Fork 0
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:
Pawel Spychalski (DzikuVx) 2019-07-09 12:42:54 +02:00
parent f432bcff45
commit 9b01cec4fb
4 changed files with 4 additions and 4 deletions

View file

@ -5,7 +5,7 @@ let ServoMixerRuleCollection = function () {
let self = {},
data = [],
maxServoCount = 8;
maxServoCount = 16;
self.setServoCount = function (value) {
maxServoCount = value;