diff --git a/js/port_handler.js b/js/port_handler.js index 2f23678a8..182893fa8 100755 --- a/js/port_handler.js +++ b/js/port_handler.js @@ -8,7 +8,8 @@ const ConnectionSerial = require('./connection/connectionSerial'); var usbDevices = [ { 'vendorId': 1155, 'productId': 57105}, - { 'vendorId': 11836, 'productId': 57105} + { 'vendorId': 11836, 'productId': 57105}, + { 'vendorId': 12619, 'productId': 262}, // APM32 DFU Bootloader ]; @@ -297,4 +298,4 @@ PortHandler.flush_callbacks = function () { return killed; }; -module.exports = { usbDevices, PortHandler }; \ No newline at end of file +module.exports = { usbDevices, PortHandler };