Updated (EN) Customization (markdown)
@@ -138,9 +138,9 @@ api:
|
||||
|
||||
### Change UART's baud rate
|
||||
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: This project used 115200 bps as default, unless you install the advanced package, which is set to 921600 bps. In any case you can bypass with the customized settings.
|
||||
```yaml
|
||||
# Set Nextion comm's baud rate to 921600 bps
|
||||
# Set Nextion comms baud rate to 921600 bps
|
||||
uart:
|
||||
- id: !extend tf_uart
|
||||
baud_rate: 921600
|
||||
@@ -470,6 +470,8 @@ time:
|
||||
|
||||
The `arduino` protocol still more popular and therefore more components are available, but as `esp-idf` is maintained by EspressIF and is kept updated, more boards are supported and the memory management is better, making it ideal if you wanna customize your panel to support memory consumption functionalities, like `bluetooth_proxy` or [Improv](https://www.improv-wifi.com/).
|
||||
|
||||
This project uses `arduino` as default framework. The advanced package changes it to `esp-idf`. In any case, you can overlap the settings with this customization.
|
||||
|
||||
For more info about frameworks, please visit [ESPHome docs](https://esphome.io/components/esp32).
|
||||
|
||||
```yaml
|
||||
|
||||
Reference in New Issue
Block a user