mirror of
https://github.com/geoffdavis/esphome-mitsubishiheatpump
synced 2024-08-30 18:12:13 +00:00
Merge pull request #102 from TheDK/patch-1
Update README.md with info to avoid boot loop on ESP32
This commit is contained in:
commit
28eaf87ae6
@ -232,7 +232,9 @@ climate:
|
|||||||
# ESP32 only - change UART0 to UART1 or UART2 and remove the
|
# 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:baud_rate above to allow the built-in UART0 to function for
|
||||||
# logging.
|
# logging.
|
||||||
|
# For ESP32 specifying baud_rate is mandatory, otherwise a boot loop occurs!
|
||||||
hardware_uart: UART0
|
hardware_uart: UART0
|
||||||
|
baud_rate: 9600
|
||||||
```
|
```
|
||||||
|
|
||||||
## ESP32 Example Configuration
|
## ESP32 Example Configuration
|
||||||
|
Loading…
Reference in New Issue
Block a user