Skip to content

Commit

Permalink
Add APM32 DFU Bootloader to USB Devices' filters (#3563)
Browse files Browse the repository at this point in the history
Update port_handler.js
  • Loading branch information
Chaos-fpga authored Sep 5, 2023
1 parent 2406205 commit c111129
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/port_handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export const usbDevices = { filters: [
{'vendorId': 1155, 'productId': 57105}, // STM Device in DFU Mode || Digital Radio in USB mode
{'vendorId': 10473, 'productId': 393}, // GD32 DFU Bootloader
{'vendorId': 0x2E3C, 'productId': 0xDF11}, // AT32F435 DFU Bootloader
{'vendorId': 12619, 'productId': 262}, // APM32 DFU Bootloader
] };

const PortHandler = new function () {
Expand Down

0 comments on commit c111129

Please sign in to comment.