mirror of
https://github.com/esphome/esphome.git
synced 2026-06-24 12:53:26 +00:00
11 lines
263 B
YAML
11 lines
263 B
YAML
<<: !include tinyusb_common.yaml
|
|
|
|
# S2 defaults logger to USB_CDC, which conflicts with tinyusb on the shared
|
|
# USB OTG peripheral; route the logger to UART0 so the fixture builds.
|
|
logger:
|
|
hardware_uart: UART0
|
|
|
|
usb_cdc_acm:
|
|
interfaces:
|
|
- id: usb_cdc_acm1
|