Update README.md

Add info to avoid boot loop on ESP32
This commit is contained in:
TheDK 2023-06-09 17:10:17 +02:00 committed by GitHub
parent 980271337a
commit 87d0f5af1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -224,7 +224,9 @@ climate:
# ESP32 only - change UART0 to UART1 or UART2 and remove the
# logging:baud_rate above to allow the built-in UART0 to function for
# logging.
# For ESP32 specifying baud_rate is mandatory, otherwise a boot loop occurs!
hardware_uart: UART0
baud_rate: 9600
```
# Advanced configuration