mirror of
https://github.com/esphome/esphome.git
synced 2026-09-19 11:08:38 +00:00
Co-authored-by: Claude Fable 5.1 <noreply@anthropic.com>
13 lines
392 B
YAML
13 lines
392 B
YAML
packages:
|
|
tinyusb: !include common.yaml
|
|
|
|
# VBUS monitoring is per variant: the OTG hardware watches the pin here, while the
|
|
# S31 would need the GPIO ISR path and rejects the key.
|
|
tinyusb:
|
|
vbus_monitor_pin: 4
|
|
|
|
# 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
|