mirror of
https://github.com/esphome/esphome.git
synced 2025-04-22 16:40:49 +02:00
[esp32] Set logger default interface for C6 (#8126)
This commit is contained in:
parent
01ab6d3ddc
commit
5a103543c4
1 changed files with 2 additions and 0 deletions
|
@ -186,6 +186,8 @@ CONFIG_SCHEMA = cv.All(
|
|||
esp32_s3_idf=USB_SERIAL_JTAG,
|
||||
esp32_c3_arduino=USB_CDC,
|
||||
esp32_c3_idf=USB_SERIAL_JTAG,
|
||||
esp32_c6_arduino=USB_CDC,
|
||||
esp32_c6_idf=USB_SERIAL_JTAG,
|
||||
rp2040=USB_CDC,
|
||||
bk72xx=DEFAULT,
|
||||
rtl87xx=DEFAULT,
|
||||
|
|
Loading…
Add table
Reference in a new issue