1
0
Fork 0
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:
cTn 2014-06-08 20:10:07 +02:00
parent a0582fd79f
commit b5a1015610
4 changed files with 31 additions and 5 deletions

View file

@ -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) {
};