Merge pull request #2178 from haslinghuis/fix-pid-tuning

Fix pid tuning
10.8-maintenance
Michael Keller 2020-09-23 01:50:57 +12:00 committed by GitHub
commit 78f50e358b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ TABS.pid_tuning.initialize = function (callback) {
return MSP.promise(MSPCodes.MSP_PID_CONTROLLER);
}
}).then(function() {
return MSP.promise(MSPCodes.MSP_PIDNAMES)
return MSP.promise(MSPCodes.MSP_PIDNAMES);
}).then(function() {
return MSP.promise(MSPCodes.MSP_PID);
}).then(function() {