mirror of
https://github.com/esphome/esphome.git
synced 2026-09-18 02:28:42 +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>
19 lines
349 B
YAML
19 lines
349 B
YAML
tinyusb:
|
|
id: tinyusb_test
|
|
usb_lang_id: 0x0123
|
|
usb_manufacturer_str: ESPHomeTestManufacturer
|
|
usb_product_id: 0x1234
|
|
usb_product_str: ESPHomeTestProduct
|
|
usb_serial_str: ESPHomeTestSerialNumber
|
|
usb_vendor_id: 0x2345
|
|
|
|
uart:
|
|
- id: uart_0
|
|
tx_pin: 14
|
|
rx_pin: 13
|
|
baud_rate: 115200
|
|
|
|
usb_cdc_acm:
|
|
interfaces:
|
|
- id: cdc_acm_1
|