Skip to content

Commit

Permalink
Full support to 921600bps
Browse files Browse the repository at this point in the history
Solves #2230
Helps with the following:
- #1270
- #2328
- #2357
  • Loading branch information
edwardtfn committed Nov 19, 2024
1 parent c41fbbe commit 9e0e342
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ We made improvements in some scripts, so the customizations using those scripts
Introduces the ability to assign an entity (supports input text or sensors) to a QR code.
The QR code will automatically update on the panel when the entity's value changes.

In addition, the limit for a QRcode was extended to 96 chars (or bytes), giving more room for complex codes.
In addition, the limit for a QRcode was extended to 96 chars (or bytes), giving more room for complex codes.

This feature is useful in cases where you have dynamic content, such as a Wi-Fi password, and
want the panel to display the updated value in real-time.
Expand All @@ -69,6 +69,18 @@ We made improvements in some scripts, so the customizations using those scripts
- #2282
- #2283

### Full support to 921600bps
- **Description:**
The default baud rate for the communication between ESP32 (ESPHome) and the Nextion Display was changed from 115200bps to 921600bps, multiplying by 8 the transfer rate.
This may increase the responsiveness and user experience, and will allow for future development of features which requires more of this communication.
- **Criticality:** Enhancement
- **Issue Numbers:**
- #2230
- **Issues and discussions that could benefit from this in the future:**
- #1270
- #2328
- #2357

### Swipe Functionality Improvement and Bug Fix (#2244)
- **Criticality:** Medium
- **Issue Number:** #2244
Expand Down

0 comments on commit 9e0e342

Please sign in to comment.