Skip to content

Commit

Permalink
Update src/js/port_handler.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdCopter authored May 15, 2024
1 parent fdff2b4 commit 393d597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/port_handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const TIMEOUT_CHECK = 500; // With 250 it seems that it produces a memory leak a
var usbDevices = { filters: [
{'vendorId': 1155, 'productId': 57105},
{'vendorId': 10473, 'productId': 393},
{'vendorId': 12619, 'productId': 262}// APM32 DFU Bootloader
{'vendorId': 12619, 'productId': 262} // APM32 DFU Bootloader
] };

var PortHandler = new function () {
Expand Down

0 comments on commit 393d597

Please sign in to comment.