Skip to content

Commit

Permalink
support/FT232R: Add support for FT232R(FTDI chip) (espressif#57)
Browse files Browse the repository at this point in the history
Co-authored-by: Rushikesh Patange <rushikesh.patange@espressif.com>
  • Loading branch information
RushikeshPatange and Rushikesh Patange committed Jan 11, 2024
1 parent 9973590 commit ca01866
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 ca01866

Please sign in to comment.