We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2406205 commit c111129Copy full SHA for c111129
src/js/port_handler.js
@@ -13,6 +13,7 @@ export const usbDevices = { filters: [
13
{'vendorId': 1155, 'productId': 57105}, // STM Device in DFU Mode || Digital Radio in USB mode
14
{'vendorId': 10473, 'productId': 393}, // GD32 DFU Bootloader
15
{'vendorId': 0x2E3C, 'productId': 0xDF11}, // AT32F435 DFU Bootloader
16
+ {'vendorId': 12619, 'productId': 262}, // APM32 DFU Bootloader
17
] };
18
19
const PortHandler = new function () {
0 commit comments