1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-14 20:10:11 +03:00

msp.js change (thanks ProDrone)

This commit is contained in:
skaman82 2015-12-16 22:34:10 +01:00
parent 129635bc8b
commit c58335bd5b

View file

@ -1446,9 +1446,9 @@ MSP.sendModeRanges = function(onCompleteCallback) {
if (MODE_RANGES.length == 0) {
onCompleteCallback();
}
} else {
send_next_mode_range();
}
function send_next_mode_range() {