mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-24 00:35:26 +03:00
CF/BF - Update configurator for API 1.33.0.
This commit is contained in:
parent
57b9c58a22
commit
49100d29bd
24 changed files with 1168 additions and 1019 deletions
|
@ -148,6 +148,9 @@ var MSP = {
|
|||
this.listeners = [];
|
||||
},
|
||||
send_message: function (code, data, callback_sent, callback_msp, callback_onerror) {
|
||||
if (code === undefined) {
|
||||
debugger;
|
||||
}
|
||||
var bufferOut,
|
||||
bufView;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue