mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-16 04:45:18 +03:00
Fix error
This commit is contained in:
parent
60bdec284e
commit
bb95dada5c
1 changed files with 1 additions and 1 deletions
|
@ -2949,7 +2949,7 @@ var mspHelper = (function (gui) {
|
||||||
// prepare for next iteration
|
// prepare for next iteration
|
||||||
idIndex++;
|
idIndex++;
|
||||||
if (idIndex == overrideIds.length) {
|
if (idIndex == overrideIds.length) {
|
||||||
nextFunction = callback;
|
nextFunction = onCompleteCallback;
|
||||||
|
|
||||||
}
|
}
|
||||||
MSP.send_message(MSPCodes.MSP2_INAV_SET_TIMER_OUTPUT_MODE, buffer, false, nextFunction);
|
MSP.send_message(MSPCodes.MSP2_INAV_SET_TIMER_OUTPUT_MODE, buffer, false, nextFunction);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue