Skip to content

Commit 8e5b23b

Browse files
authored
Merge pull request #133 from ypid/feature/log-via-usb
Enable log output via USB
2 parents f91f115 + cd9239b commit 8e5b23b

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)