File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11---
22description : " Instructions for setting up a USB Host UART interface on an ESP32 in ESPHome"
3- title : " USB UART Interface"
3+ title : " USB Host UART Interface"
44params :
55 seo :
66 description : Instructions for setting up a USB Host UART interface on an ESP32 in ESPHome
77 image : usb.svg
88---
99
10- This component allows an ESP32-S3 or ESP32-S2 to connect to USB-serial devices. It uses the {{< docref "/components/usb_host" >}}
11- component to connect to the device.
10+ This component allows an ESP32-S3 or ESP32-S2 to host USB-serial peripheral devices. It uses the {{< docref "/components/usb_host" >}}
11+ component to interface to the device as a USB-OTG host .
1212
1313Currently supported devices are listed in the table below:
1414
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ status = 301
4545# It is replaced by sed in the makefile when netlify is building the site.
4646[[redirects ]]
4747 from = " /api/*"
48- to = " {{API_DOCS_URL }}/:splat"
48+ to = " {{HUGOxPARAMSxAPI_DOCS_URL }}/:splat"
4949 status = 301
5050
5151# Webserver files
You can’t perform that action at this time.
0 commit comments