mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-15 04:15:28 +03:00
msp.js change (thanks ProDrone)
This commit is contained in:
parent
129635bc8b
commit
c58335bd5b
1 changed files with 2 additions and 2 deletions
|
@ -1446,9 +1446,9 @@ MSP.sendModeRanges = function(onCompleteCallback) {
|
||||||
|
|
||||||
if (MODE_RANGES.length == 0) {
|
if (MODE_RANGES.length == 0) {
|
||||||
onCompleteCallback();
|
onCompleteCallback();
|
||||||
}
|
} else {
|
||||||
|
|
||||||
send_next_mode_range();
|
send_next_mode_range();
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
function send_next_mode_range() {
|
function send_next_mode_range() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue