Skip to content

Commit 8cc821b

Browse files
committed
Merge branch 'current' into next
2 parents 15636e7 + fdbcdb7 commit 8cc821b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)