Merge pull request #102 from TheDK/patch-1

Update README.md with info to avoid boot loop on ESP32
This commit is contained in:
Geoff Davis 2023-06-15 16:50:07 -07:00 committed by GitHub
commit 28eaf87ae6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -232,7 +232,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
```
## ESP32 Example Configuration