From d45243e0ef8a005bba32720e5b92305bd3478880 Mon Sep 17 00:00:00 2001 From: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> Date: Mon, 6 Nov 2023 00:55:16 +0100 Subject: [PATCH] Fix missing id in UART baud rate --- (EN)-Customization.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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