Skip to content

Commit cd9239b

Browse files
committed
Enable log output via USB
Log output to USB with ESPHome 2025.2.2 default logger config just works. Ref: https://esphome.io/components/logger.html#default-hardware-interfaces
1 parent ffa2982 commit cd9239b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

packages/airgradient_esp32-c3_board-arduino.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ esp32:
1717
# Enable logging
1818
# https://esphome.io/components/logger.html
1919
logger:
20-
baud_rate: 0 # Must disable serial logging as it conflicts with pms5003 uart pins and ESP32-C3 only has 2 hardware UART
2120
logs:
2221
component: ERROR # Hiding warning messages about component taking a long time https://github.com/esphome/issues/issues/4717
2322

packages/airgradient_esp32-c3_board.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ esp32:
1919
# Enable logging
2020
# https://esphome.io/components/logger.html
2121
logger:
22-
baud_rate: 0 # Must disable serial logging as it conflicts with pms5003 uart pins and ESP32-C3 only has 2 hardware UART
2322
logs:
2423
component: ERROR # Hiding warning messages about component taking a long time https://github.com/esphome/issues/issues/4717
2524

0 commit comments

Comments
 (0)