Skip to content

Commit

Permalink
Merge pull request #35 from RushikeshPatange/support_ftdi_ft232r_chip
Browse files Browse the repository at this point in the history
Support/FT232R: Add Support For FT232R(FTDI chip)
  • Loading branch information
RushikeshPatange committed Jan 10, 2024
2 parents 9973590 + 2cdff62 commit 9d77dc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export const usbPortFilters = [
{ usbVendorId: 0x303a, usbProductId: 0x0009 }, /* ESP32-S3 USB_CDC */
{ usbVendorId: 0x1a86, usbProductId: 0x55d4 }, /* CH9102F */
{ usbVendorId: 0x1a86, usbProductId: 0x7523 }, /* CH340T */
{ usbVendorId: 0x0403, usbProductId: 0x6001 }, /* FT232R */
];

export function getTerminalColumns(mainContainer = null) {
Expand Down

0 comments on commit 9d77dc0

Please sign in to comment.