Skip to content

Commit

Permalink
Update port_handler.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Alden-wrk authored May 15, 2024
1 parent 5d32534 commit d55595b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions js/port_handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
];


Expand Down Expand Up @@ -297,4 +298,4 @@ PortHandler.flush_callbacks = function () {
return killed;
};

module.exports = { usbDevices, PortHandler };
module.exports = { usbDevices, PortHandler };

0 comments on commit d55595b

Please sign in to comment.