mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-13 11:29:53 +03:00
AT32 MCU DFU added
This commit is contained in:
parent
5a6c2d7040
commit
cf35bd6142
5 changed files with 17 additions and 6 deletions
|
@ -115,7 +115,7 @@ STM32_protocol.prototype.connect = function (port, baud, hex, options, callback)
|
|||
PortHandler.check_usb_devices(function(dfu_available) {
|
||||
if (dfu_available) {
|
||||
clearInterval(interval);
|
||||
STM32DFU.connect(usbDevices.STM32DFU, hex, options);
|
||||
STM32DFU.connect(usbDevices, hex, options);
|
||||
return;
|
||||
}
|
||||
// Check for the serial port
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue