mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-25 17:25:16 +03:00
Merge pull request #2178 from haslinghuis/fix-pid-tuning
Fix pid tuning
This commit is contained in:
commit
78f50e358b
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ TABS.pid_tuning.initialize = function (callback) {
|
||||||
return MSP.promise(MSPCodes.MSP_PID_CONTROLLER);
|
return MSP.promise(MSPCodes.MSP_PID_CONTROLLER);
|
||||||
}
|
}
|
||||||
}).then(function() {
|
}).then(function() {
|
||||||
return MSP.promise(MSPCodes.MSP_PIDNAMES)
|
return MSP.promise(MSPCodes.MSP_PIDNAMES);
|
||||||
}).then(function() {
|
}).then(function() {
|
||||||
return MSP.promise(MSPCodes.MSP_PID);
|
return MSP.promise(MSPCodes.MSP_PID);
|
||||||
}).then(function() {
|
}).then(function() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue