mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-13 11:29:53 +03:00
Update port_handler.js
This commit is contained in:
parent
5d32534186
commit
d55595b5c1
1 changed files with 3 additions and 2 deletions
|
@ -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 };
|
||||
module.exports = { usbDevices, PortHandler };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue