mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-24 16:55:22 +03:00
servo tab uses chaner for MSP data
This commit is contained in:
parent
bea01945d2
commit
d158a9283c
3 changed files with 22 additions and 52 deletions
|
@ -21,7 +21,7 @@ var MSPChainerClass = function () {
|
|||
self.chainIndex++;
|
||||
if (self.chain[self.chainIndex]) {
|
||||
self.chain[self.chainIndex](self.returnCallback);
|
||||
} else {
|
||||
} else if (self.exitPoint) {
|
||||
self.exitPoint();
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue