1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-24 00:35:26 +03:00

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

Fix pid tuning
This commit is contained in:
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

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() {