Skip to content

Commit c111129

Browse files
authored
Add APM32 DFU Bootloader to USB Devices' filters (#3563)
Update port_handler.js
1 parent 2406205 commit c111129

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/js/port_handler.js

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ export const usbDevices = { filters: [
1313
{'vendorId': 1155, 'productId': 57105}, // STM Device in DFU Mode || Digital Radio in USB mode
1414
{'vendorId': 10473, 'productId': 393}, // GD32 DFU Bootloader
1515
{'vendorId': 0x2E3C, 'productId': 0xDF11}, // AT32F435 DFU Bootloader
16+
{'vendorId': 12619, 'productId': 262}, // APM32 DFU Bootloader
1617
] };
1718

1819
const PortHandler = new function () {

0 commit comments

Comments
 (0)