Skip to content

Commit

Permalink
Merge pull request #2225 from Blackymas/beta
Browse files Browse the repository at this point in the history
v4.3.11 - Hotfix for TFT File Download Issue
  • Loading branch information
edwardtfn authored Aug 13, 2024
2 parents de325e6 + 13d8e61 commit 2307ea3
Show file tree
Hide file tree
Showing 40 changed files with 40 additions and 26 deletions.
14 changes: 14 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -916,6 +916,19 @@ This feature aids in troubleshooting by providing real-time information on the p

This update is crucial for users leveraging BLE functionality, and the new boot screen is a valuable tool for ensuring smooth operation and efficient troubleshooting.

## v4.3.11 - Hotfix for TFT File Download Issue
This hotfix addresses a critical issue introduced in v4.3.10 where the incorrect TFT file was used during the download process.
The fix has been applied to the release flow, but updating your firmware (ESPHome) is required, and it is recommended to also update the Blueprint and TFT components.

### Incorrect TFT File Download Issue Resolved (#2223)
- **Criticality:** Major
- **Affected Components:** Release Flow, ESPHome, Blueprint, TFT
- **Issue Number:** #2223
- **Description:** Resolved an issue where the incorrect TFT file was being downloaded during the update process.
This fix ensures that the correct TFT file is used, preventing potential display issues and ensuring that the panel functions as expected.

This update is critical for maintaining the proper functionality of your NSPanel. Please ensure that you update all components as recommended.

## Support
For support or more information about this update,
visit our [GitHub repository](https://github.com/Blackymas/NSPanel_HA_Blueprint)
Expand All @@ -933,6 +946,7 @@ Your contributions have made our guides more informative and accessible, enrichi
- **@AJediIAm**: For the valuable contributions in reviewing and improving the installation documentation (#2106 & #2107).

## Previous releases
- [v4.3.10 - Boot Stability Enhancements and Troubleshooting Support](https://github.com/Blackymas/NSPanel_HA_Blueprint/releases/tag/v4.3.10)
- [v4.3.9 - Ensuring Compatibility with ESPHome v2024.6.0](https://github.com/Blackymas/NSPanel_HA_Blueprint/releases/tag/v4.3.9)
- [v4.3.8 - Enhancements and Bug Fix](https://github.com/Blackymas/NSPanel_HA_Blueprint/releases/tag/v4.3.8)
- [v4.3.7 - Quick Fix for Captive Portal Compile Error](https://github.com/Blackymas/NSPanel_HA_Blueprint/releases/tag/v4.3.7)
Expand Down
2 changes: 1 addition & 1 deletion esphome/nspanel_esphome_core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ external_components:
# path: packages/Blackymas/components
type: git
url: https://github.com/Blackymas/NSPanel_HA_Blueprint
ref: v${version}
ref: v4.3.11
components:
- nspanel_ha_blueprint
refresh: 30s
Expand Down
2 changes: 1 addition & 1 deletion esphome/nspanel_esphome_version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
---
substitutions:
##### DON'T CHANGE THIS ######
version: "4.3.10"
version: "4.3.11"
##############################
...
2 changes: 1 addition & 1 deletion hmi/dev/nspanel_CJK_eu_code/boot.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Variable (string) version
Attributes
ID : 7
Scope : global
Text : 4.3.10
Text : 4.3.11
Max. Text Size: 16

Variable (int32) log_len
Expand Down
2 changes: 1 addition & 1 deletion hmi/dev/nspanel_CJK_us_code/boot.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Variable (string) version
Attributes
ID : 7
Scope : global
Text : 4.3.10
Text : 4.3.11
Max. Text Size: 16

Variable (int32) log_len
Expand Down
2 changes: 1 addition & 1 deletion hmi/dev/nspanel_CJK_us_land_code/boot.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Variable (string) version
Attributes
ID : 7
Scope : global
Text : 4.3.10
Text : 4.3.11
Max. Text Size: 16

Variable (int32) log_len
Expand Down
2 changes: 1 addition & 1 deletion hmi/dev/nspanel_eu_code/boot.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Variable (string) version
Attributes
ID : 7
Scope : global
Text : 4.3.10
Text : 4.3.11
Max. Text Size: 16

Variable (int32) log_len
Expand Down
2 changes: 1 addition & 1 deletion hmi/dev/nspanel_us_code/boot.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Variable (string) version
Attributes
ID : 7
Scope : global
Text : 4.3.10
Text : 4.3.11
Max. Text Size: 16

Variable (int32) log_len
Expand Down
2 changes: 1 addition & 1 deletion hmi/dev/nspanel_us_land_code/boot.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Variable (string) version
Attributes
ID : 7
Scope : global
Text : 4.3.10
Text : 4.3.11
Max. Text Size: 16

Variable (int32) log_len
Expand Down
Binary file modified hmi/nspanel_CJK_eu.HMI
Binary file not shown.
Binary file modified hmi/nspanel_CJK_eu.tft
Binary file not shown.
Binary file modified hmi/nspanel_CJK_us.HMI
Binary file not shown.
Binary file modified hmi/nspanel_CJK_us.tft
Binary file not shown.
Binary file modified hmi/nspanel_CJK_us_land.HMI
Binary file not shown.
Binary file modified hmi/nspanel_CJK_us_land.tft
Binary file not shown.
Binary file modified hmi/nspanel_eu.HMI
Binary file not shown.
Binary file modified hmi/nspanel_eu.tft
Binary file not shown.
Binary file modified hmi/nspanel_us.HMI
Binary file not shown.
Binary file modified hmi/nspanel_us.tft
Binary file not shown.
Binary file modified hmi/nspanel_us_land.HMI
Binary file not shown.
Binary file modified hmi/nspanel_us_land.tft
Binary file not shown.
Binary file removed hmi/nspanel_us_land_inverted.HMI
Binary file not shown.
Binary file removed hmi/nspanel_us_land_inverted.tft
Binary file not shown.
4 changes: 2 additions & 2 deletions nspanel_blueprint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ blueprint:
description: >
# NSPanel Configuration via Blueprint: Complete UI-Based Setup

**Version**: v4.3.10
**Version**: v4.3.11


This project enables comprehensive configuration of your NSPanel through a Blueprint featuring a user interface.
Expand Down Expand Up @@ -3764,7 +3764,7 @@ trigger_variables:
group06: !input utilities_page01_group06_line_reference

variables:
blueprint_version: '4.3.10'
blueprint_version: '4.3.11'
pages:
current: '{{ states(currentpage) }}'
home: "home"
Expand Down
6 changes: 3 additions & 3 deletions prebuilt/nspanel-esp32/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"chipFamily": "ESP32",
"ota": {
"path": "nspanel-esp32.ota.bin",
"md5": "cf1ab8505c3f9629a7dbaa4dccbd4a3e"
"md5": "c5cb885478f366d45fd7d92695716810"
},
"parts": [
{
Expand All @@ -11,12 +11,12 @@
}
],
"name": "NSPanel HA Blueprint",
"version": "4.3.10",
"version": "4.3.11",
"builds": {
"chipFamily": "ESP32",
"ota": {
"path": "https://raw.githubusercontent.com/Blackymas/NSPanel_HA_Blueprint/main/prebuilt/nspanel_esphome_prebuilt.bin",
"release_url": "https://github.com/Blackymas/NSPanel_HA_Blueprint/releases/tag/v4.3.10"
"release_url": "https://github.com/Blackymas/NSPanel_HA_Blueprint/releases/tag/v4.3.11"
}
}
}
Binary file modified prebuilt/nspanel-esp32/nspanel-esp32.factory.bin
Binary file not shown.
Binary file modified prebuilt/nspanel-esp32/nspanel-esp32.ota.bin
Binary file not shown.
Binary file modified prebuilt/nspanel_esphome_prebuilt.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion prebuilt/nspanel_esphome_prebuilt.bin.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
cf1ab8505c3f9629a7dbaa4dccbd4a3e prebuilt/nspanel_esphome_prebuilt.bin
c5cb885478f366d45fd7d92695716810 prebuilt/nspanel_esphome_prebuilt.bin
Binary file modified prebuilt/nspanel_esphome_prebuilt.factory.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion prebuilt/nspanel_esphome_prebuilt.factory.bin.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
f70a15a3d8aa7b48996180cd204a8e0b prebuilt/nspanel_esphome_prebuilt.factory.bin
6ec4a6cc75e36937ed28407dda7d98ae prebuilt/nspanel_esphome_prebuilt.factory.bin
6 changes: 3 additions & 3 deletions prebuilt/nspanel_esphome_prebuilt.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"chipFamily": "ESP32",
"ota": {
"path": "nspanel-esp32.ota.bin",
"md5": "cf1ab8505c3f9629a7dbaa4dccbd4a3e"
"md5": "c5cb885478f366d45fd7d92695716810"
},
"parts": [
{
Expand All @@ -11,12 +11,12 @@
}
],
"name": "NSPanel HA Blueprint",
"version": "4.3.10",
"version": "4.3.11",
"builds": {
"chipFamily": "ESP32",
"ota": {
"path": "https://raw.githubusercontent.com/Blackymas/NSPanel_HA_Blueprint/main/prebuilt/nspanel_esphome_prebuilt.bin",
"release_url": "https://github.com/Blackymas/NSPanel_HA_Blueprint/releases/tag/v4.3.10"
"release_url": "https://github.com/Blackymas/NSPanel_HA_Blueprint/releases/tag/v4.3.11"
}
}
}
6 changes: 3 additions & 3 deletions prebuilt/wall-display-esp32/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"chipFamily": "ESP32",
"ota": {
"path": "wall-display-esp32.ota.bin",
"md5": "01502e42bb94ef731c8a6eea5b996791"
"md5": "1768f71d855532db9339817484ac00cd"
},
"parts": [
{
Expand All @@ -11,12 +11,12 @@
}
],
"name": "Wall Display",
"version": "4.3.10",
"version": "4.3.11",
"builds": {
"chipFamily": "ESP32",
"ota": {
"path": "https://raw.githubusercontent.com/Blackymas/NSPanel_HA_Blueprint/main/prebuilt/wall_display.bin",
"release_url": "https://github.com/Blackymas/NSPanel_HA_Blueprint/releases/tag/v4.3.10"
"release_url": "https://github.com/Blackymas/NSPanel_HA_Blueprint/releases/tag/v4.3.11"
}
}
}
Binary file modified prebuilt/wall-display-esp32/wall-display-esp32.factory.bin
Binary file not shown.
Binary file modified prebuilt/wall-display-esp32/wall-display-esp32.ota.bin
Binary file not shown.
Binary file modified prebuilt/wall_display.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion prebuilt/wall_display.bin.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
01502e42bb94ef731c8a6eea5b996791 prebuilt/wall_display.bin
1768f71d855532db9339817484ac00cd prebuilt/wall_display.bin
Binary file modified prebuilt/wall_display.factory.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion prebuilt/wall_display.factory.bin.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7c500011fabf21207c78c684e0b0ea93 prebuilt/wall_display.factory.bin
2a565698deb891c8c5e75bfad273c2fa prebuilt/wall_display.factory.bin
6 changes: 3 additions & 3 deletions prebuilt/wall_display.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"chipFamily": "ESP32",
"ota": {
"path": "wall-display-esp32.ota.bin",
"md5": "01502e42bb94ef731c8a6eea5b996791"
"md5": "1768f71d855532db9339817484ac00cd"
},
"parts": [
{
Expand All @@ -11,12 +11,12 @@
}
],
"name": "Wall Display",
"version": "4.3.10",
"version": "4.3.11",
"builds": {
"chipFamily": "ESP32",
"ota": {
"path": "https://raw.githubusercontent.com/Blackymas/NSPanel_HA_Blueprint/main/prebuilt/wall_display.bin",
"release_url": "https://github.com/Blackymas/NSPanel_HA_Blueprint/releases/tag/v4.3.10"
"release_url": "https://github.com/Blackymas/NSPanel_HA_Blueprint/releases/tag/v4.3.11"
}
}
}

0 comments on commit 2307ea3

Please sign in to comment.