diff --git a/(EN)-Customization.md b/(EN)-Customization.md index 167b858..40a0a11 100644 --- a/(EN)-Customization.md +++ b/(EN)-Customization.md @@ -133,13 +133,14 @@ api: reboot_timeout: 15min ```   -### Change uart's baud rate +### Change UART's baud rate Use this to change the baud rate on the communication between ESPHome and Nextion display.
Important: Use only when troubleshooting as your display should be set to always communicate at 115200 bps. ```yaml -# Set Nextion comm's baud rate to 9600 bps +# Set Nextion comm's baud rate to 921600 bps uart: - baud_rate: 9600 + - id: !extend tf_uart + baud_rate: 921600 ```   ### Manual IP