mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-16 21:05:30 +03:00
DFU detection and port UI DFU option injection
This commit is contained in:
parent
a0582fd79f
commit
b5a1015610
4 changed files with 31 additions and 5 deletions
|
@ -55,6 +55,11 @@ var STM32DFU_protocol = function() {
|
|||
};
|
||||
};
|
||||
|
||||
STM32DFU_protocol.prototype.connect = function(hex) {
|
||||
var self = this;
|
||||
self.hex = hex;
|
||||
};
|
||||
|
||||
STM32DFU_protocol.prototype.openDevice = function(callback) {
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue