mirror of
https://github.com/esphome/esphome.git
synced 2026-09-20 19:48:39 +00:00
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Co-authored-by: Claude Fable 5.1 <noreply@anthropic.com> Co-authored-by: J. Nick Koston <nick@koston.org>
13 lines
322 B
YAML
13 lines
322 B
YAML
# Second UART/CDC pair for a two-bridge setup. Kept out of common.yaml because the
|
|
# ESP32-S2 has only two UART controllers and the logger occupies one, so a second
|
|
# uart there would fail at runtime.
|
|
uart:
|
|
- id: uart_1
|
|
tx_pin: 15
|
|
rx_pin: 16
|
|
baud_rate: 115200
|
|
|
|
usb_cdc_acm:
|
|
interfaces:
|
|
- id: cdc_acm_2
|