Skip to content

Commit

Permalink
Update esphome/components/logger/__init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kbx81 committed Dec 14, 2023
1 parent a875f99 commit 455d5a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esphome/components/logger/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def validate_local_no_higher_than_global(value):
esp8266=UART0,
esp32=UART0,
esp32_s2=USB_CDC,
esp32_s3=USB_SERIAL_JTAG,
esp32_s3_idf=USB_SERIAL_JTAG,
esp32_s3_arduino=USB_CDC,
rp2040=USB_CDC,
bk72xx=DEFAULT,
Expand Down

0 comments on commit 455d5a4

Please sign in to comment.