mirror of
https://github.com/esphome/esphome.git
synced 2025-01-30 23:02:14 +01:00
[esp32] Set logger default interface for C6 (#8126)
This commit is contained in:
parent
01ab6d3ddc
commit
5a103543c4
@ -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…
Reference in New Issue
Block a user