Skip to content

Commit 05d93d8

Browse files
authored
Merge branch 'current' into lvgl-spinbox
2 parents 312fc80 + fdbcdb7 commit 05d93d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/components/usb_uart.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
description: "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"
44
params:
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

1313
Currently supported devices are listed in the table below:
1414

0 commit comments

Comments
 (0)