mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 21:05:35 +03:00
moving send_message routine to MSP object
This commit is contained in:
parent
46cf844e7e
commit
5abe7473f8
13 changed files with 85 additions and 85 deletions
|
@ -249,7 +249,7 @@ GUI_control.prototype.tab_switch_cleanup = function(callback) {
|
|||
buffer_out.push(highByte(MISC.mincommand));
|
||||
}
|
||||
|
||||
send_message(MSP_codes.MSP_SET_MOTOR, buffer_out, false, function() {
|
||||
MSP.send_message(MSP_codes.MSP_SET_MOTOR, buffer_out, false, function() {
|
||||
if (callback) callback();
|
||||
});
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue