msp corrections

10.3.x-maintenance
skaman82 2015-12-17 00:32:59 +01:00
parent 5160855b93
commit 70b35f22c9
1 changed files with 6 additions and 7 deletions

View File

@ -1356,9 +1356,9 @@ MSP.sendServoConfigurations = function(onCompleteCallback) {
if (SERVO_CONFIG.length == 0) {
onCompleteCallback();
}
} else {
nextFunction();
}
function send_next_servo_configuration() {
@ -1479,10 +1479,9 @@ MSP.sendAdjustmentRanges = function(onCompleteCallback) {
if (ADJUSTMENT_RANGES.length == 0) {
onCompleteCallback();
}
} else {
send_next_adjustment_range();
}
function send_next_adjustment_range() {
@ -1515,9 +1514,9 @@ MSP.sendLedStripConfig = function(onCompleteCallback) {
if (LED_STRIP.length == 0) {
onCompleteCallback();
}
} else {
send_next_led_strip_config();
}
function send_next_led_strip_config() {