Support for 16 servos

pull/806/head
Pawel Spychalski (DzikuVx) 5 years ago
parent 9b01cec4fb
commit cc80e07726

@ -182,7 +182,7 @@ TABS.servos.initialize = function (callback) {
let usedServoIndex = 0;
for (let servoIndex = 0; servoIndex < 16; servoIndex++) {
for (let servoIndex = 0; servoIndex < SERVO_RULES.getServoCount(); servoIndex++) {
process_servos('Servo ' + servoIndex, '', servoIndex);
}
if (usedServoIndex == 0) {

Loading…
Cancel
Save