Fix missing id in UART baud rate
@@ -133,13 +133,14 @@ api:
|
|||||||
reboot_timeout: 15min
|
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.<br>
|
Use this to change the baud rate on the communication between ESPHome and Nextion display.<br>
|
||||||
Important: Use only when troubleshooting as your display should be set to always communicate at 115200 bps.
|
Important: Use only when troubleshooting as your display should be set to always communicate at 115200 bps.
|
||||||
```yaml
|
```yaml
|
||||||
# Set Nextion comm's baud rate to 9600 bps
|
# Set Nextion comm's baud rate to 921600 bps
|
||||||
uart:
|
uart:
|
||||||
baud_rate: 9600
|
- id: !extend tf_uart
|
||||||
|
baud_rate: 921600
|
||||||
```
|
```
|
||||||
|
|
||||||
### Manual IP
|
### Manual IP
|
||||||
|
|||||||
Reference in New Issue
Block a user