Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/js/protocols/devices.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ export const serialDevices = [
{ vendorId: 1155, productId: 12886 }, // STM32 in HID mode
{ vendorId: 1155, productId: 14158 }, // 0483:374e STM Electronics STLink Virtual COM Port (NUCLEO boards)
{ vendorId: 1155, productId: 22336 }, // STM Electronics Virtual COM Port
{ vendorId: 1161, productId: 57549 }, // Experimental VID/PID reproducing user issue (iFlight F745 AIO)
{ vendorId: 4292, productId: 60000 }, // CP210x
{ vendorId: 4292, productId: 60001 }, // CP210x
{ vendorId: 4292, productId: 60002 }, // CP210x
Expand Down