Upload baud rate selectable as substitution
Solves #1430 (or the next time something similar is found).
This commit is contained in:
@@ -56,6 +56,7 @@ wifi:
|
||||
3. Outdoor temperature selectable font size
|
||||
4. Select icon size for button's pages
|
||||
5. Support to Chinese (Taiwan) and prepared for other CJK languages
|
||||
6. Upload baud rate selectable as substitution
|
||||
|
||||
|
||||
## Details of noteworthy changes
|
||||
@@ -88,6 +89,20 @@ You will find 3 new TFT files on the repository for the CJK languages. These fil
|
||||
Currently only translations to Chinese (Taiwan) are available, but as soon we get the strings for other languages we will be happy to add to the blueprint selection.
|
||||
<< Add screenshots of blueprint >>
|
||||
|
||||
|
||||
### 6. Upload baud rate selectable as substitution
|
||||
You can select an alternative baud rate for your TFT uploads. This allows faster TFT uploads and also supports displays previously set with baud rates not supported by this project (currently 115200 bps and 921600 bps).
|
||||
|
||||
To enable an alternative upload TFT baud rate, add the desired value in your substitutions like this:
|
||||
|
||||
```yaml
|
||||
upload_tft_baud_rate: "921600"
|
||||
```
|
||||
|
||||
If an invalid value is entered or this substitution is not present, the current baud rate will be used.
|
||||
|
||||
The system will always fall back to the standard baud rate (115200 bps) if other tentatives fails.
|
||||
|
||||
|
||||
## Next topics we are currently working on
|
||||
See here: https://github.com/Blackymas/NSPanel_HA_Blueprint/labels/roadmap
|
||||
|
||||
Reference in New Issue
Block a user