1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-13 19:40:22 +03:00

Update port_handler.js

This commit is contained in:
Alden-wrk 2024-05-15 15:03:43 +08:00 committed by GitHub
parent 5d32534186
commit d55595b5c1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
];