1
0
Fork 0
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:
Pawel Spychalski (DzikuVx) 2018-01-19 21:50:12 +01:00
parent bea01945d2
commit d158a9283c
3 changed files with 22 additions and 52 deletions

View file

@ -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();
}
};