From 87d0f5af1e220e72633c02476ef70f7a7d9fe471 Mon Sep 17 00:00:00 2001 From: TheDK Date: Fri, 9 Jun 2023 17:10:17 +0200 Subject: [PATCH] Update README.md Add info to avoid boot loop on ESP32 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 98e74dd..718c474 100644 --- a/README.md +++ b/README.md @@ -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