diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 24131df..3f0ab1c 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -404,6 +404,25 @@ For support, feedback, or detailed information about this update, visit our [GitHub repository](https://github.com/Blackymas/NSPanel_HA_Blueprint) or our [online documentation](https://github.com/Blackymas/NSPanel_HA_Blueprint/blob/main/docs/README.md). +## Patch v4.2.4 + +We highly recommend all users update their components to this latest version for an optimized and enhanced user experience. +While this update is compatible with existing v4.2 components, fully updating ensures the best performance and usability. + +**Overview of Changes:** + +| Change | Criticality | Affected Components | +| :-- | :--: | :--: | +| Nextion is not connected for too long time on boot (#1667 & #1674) | Critical | `TFT` | + + +**Key Improvements:** +- **Fix for Panel Long Boot Process**: Resolved an issue with the panel getting very long time on the Boot page ("Initializing..."). + +For support, feedback, or detailed information about this update, +visit our [GitHub repository](https://github.com/Blackymas/NSPanel_HA_Blueprint) +or our [online documentation](https://github.com/Blackymas/NSPanel_HA_Blueprint/blob/main/docs/README.md). + ## What's Next? Discover what's next and what we are working on right now in our [Milestones](https://github.com/Blackymas/NSPanel_HA_Blueprint/milestones?direction=asc&sort=title&state=open). diff --git a/advanced/hmi/nspanel_CJK_eu.HMI b/advanced/hmi/nspanel_CJK_eu.HMI index 2a8d6c9..afd12bc 100644 Binary files a/advanced/hmi/nspanel_CJK_eu.HMI and b/advanced/hmi/nspanel_CJK_eu.HMI differ diff --git a/advanced/hmi/nspanel_CJK_eu.tft b/advanced/hmi/nspanel_CJK_eu.tft index 14f971e..0015fd3 100644 Binary files a/advanced/hmi/nspanel_CJK_eu.tft and b/advanced/hmi/nspanel_CJK_eu.tft differ diff --git a/advanced/hmi/nspanel_CJK_eu_code/boot.txt b/advanced/hmi/nspanel_CJK_eu_code/boot.txt index 78eb3bc..fe3720b 100644 --- a/advanced/hmi/nspanel_CJK_eu_code/boot.txt +++ b/advanced/hmi/nspanel_CJK_eu_code/boot.txt @@ -102,7 +102,7 @@ Text tft_version Dragging : 0 Send Component ID : on press and release Associated Keyboard: none - Text : 4.2.3 + Text : 4.2.4dev Max. Text Size : 9 Text esph_version @@ -166,13 +166,13 @@ Timer tm_esphome Attributes ID : 13 Scope : local - Period (ms): 30000 + Period (ms): 10000 Enabled : yes Events Timer Event counter.val++ - if(counter.val>60) + if(counter.val>30) { rest } @@ -198,7 +198,7 @@ Timer tm_esphome sys0=counter.val%10 if(sys0==0) { - baud=115200 + bauds=115200 } covx baud,baud_rate.txt,0,0 baud_rate.txt+=" bps" diff --git a/advanced/hmi/nspanel_CJK_us.HMI b/advanced/hmi/nspanel_CJK_us.HMI index 0fe8794..9482987 100644 Binary files a/advanced/hmi/nspanel_CJK_us.HMI and b/advanced/hmi/nspanel_CJK_us.HMI differ diff --git a/advanced/hmi/nspanel_CJK_us.tft b/advanced/hmi/nspanel_CJK_us.tft index 690bef2..0f398c5 100644 Binary files a/advanced/hmi/nspanel_CJK_us.tft and b/advanced/hmi/nspanel_CJK_us.tft differ diff --git a/advanced/hmi/nspanel_CJK_us_code/boot.txt b/advanced/hmi/nspanel_CJK_us_code/boot.txt index f8c7a42..abfb730 100644 --- a/advanced/hmi/nspanel_CJK_us_code/boot.txt +++ b/advanced/hmi/nspanel_CJK_us_code/boot.txt @@ -102,7 +102,7 @@ Text tft_version Dragging : 0 Send Component ID : on press and release Associated Keyboard: none - Text : 4.2.3 + Text : 4.2.4dev Max. Text Size : 9 Events @@ -173,13 +173,13 @@ Timer tm_esphome Attributes ID : 13 Scope : local - Period (ms): 30000 + Period (ms): 10000 Enabled : yes Events Timer Event counter.val++ - if(counter.val>60) + if(counter.val>30) { rest } @@ -205,7 +205,7 @@ Timer tm_esphome sys0=counter.val%10 if(sys0==0) { - baud=115200 + bauds=115200 } covx baud,baud_rate.txt,0,0 baud_rate.txt+=" bps" diff --git a/advanced/hmi/nspanel_CJK_us_land.HMI b/advanced/hmi/nspanel_CJK_us_land.HMI index c8817ce..f6323e9 100644 Binary files a/advanced/hmi/nspanel_CJK_us_land.HMI and b/advanced/hmi/nspanel_CJK_us_land.HMI differ diff --git a/advanced/hmi/nspanel_CJK_us_land.tft b/advanced/hmi/nspanel_CJK_us_land.tft index 2ec82b5..b7bc147 100644 Binary files a/advanced/hmi/nspanel_CJK_us_land.tft and b/advanced/hmi/nspanel_CJK_us_land.tft differ diff --git a/advanced/hmi/nspanel_CJK_us_land_code/boot.txt b/advanced/hmi/nspanel_CJK_us_land_code/boot.txt index 78eb3bc..fe3720b 100644 --- a/advanced/hmi/nspanel_CJK_us_land_code/boot.txt +++ b/advanced/hmi/nspanel_CJK_us_land_code/boot.txt @@ -102,7 +102,7 @@ Text tft_version Dragging : 0 Send Component ID : on press and release Associated Keyboard: none - Text : 4.2.3 + Text : 4.2.4dev Max. Text Size : 9 Text esph_version @@ -166,13 +166,13 @@ Timer tm_esphome Attributes ID : 13 Scope : local - Period (ms): 30000 + Period (ms): 10000 Enabled : yes Events Timer Event counter.val++ - if(counter.val>60) + if(counter.val>30) { rest } @@ -198,7 +198,7 @@ Timer tm_esphome sys0=counter.val%10 if(sys0==0) { - baud=115200 + bauds=115200 } covx baud,baud_rate.txt,0,0 baud_rate.txt+=" bps" diff --git a/advanced/hmi/nspanel_eu.HMI b/advanced/hmi/nspanel_eu.HMI index 651e60b..73fdba1 100644 Binary files a/advanced/hmi/nspanel_eu.HMI and b/advanced/hmi/nspanel_eu.HMI differ diff --git a/advanced/hmi/nspanel_eu_code/boot.txt b/advanced/hmi/nspanel_eu_code/boot.txt index 78eb3bc..fe3720b 100644 --- a/advanced/hmi/nspanel_eu_code/boot.txt +++ b/advanced/hmi/nspanel_eu_code/boot.txt @@ -102,7 +102,7 @@ Text tft_version Dragging : 0 Send Component ID : on press and release Associated Keyboard: none - Text : 4.2.3 + Text : 4.2.4dev Max. Text Size : 9 Text esph_version @@ -166,13 +166,13 @@ Timer tm_esphome Attributes ID : 13 Scope : local - Period (ms): 30000 + Period (ms): 10000 Enabled : yes Events Timer Event counter.val++ - if(counter.val>60) + if(counter.val>30) { rest } @@ -198,7 +198,7 @@ Timer tm_esphome sys0=counter.val%10 if(sys0==0) { - baud=115200 + bauds=115200 } covx baud,baud_rate.txt,0,0 baud_rate.txt+=" bps" diff --git a/advanced/hmi/nspanel_us.HMI b/advanced/hmi/nspanel_us.HMI index 0858464..2cebb19 100644 Binary files a/advanced/hmi/nspanel_us.HMI and b/advanced/hmi/nspanel_us.HMI differ diff --git a/advanced/hmi/nspanel_us_code/boot.txt b/advanced/hmi/nspanel_us_code/boot.txt index f8c7a42..abfb730 100644 --- a/advanced/hmi/nspanel_us_code/boot.txt +++ b/advanced/hmi/nspanel_us_code/boot.txt @@ -102,7 +102,7 @@ Text tft_version Dragging : 0 Send Component ID : on press and release Associated Keyboard: none - Text : 4.2.3 + Text : 4.2.4dev Max. Text Size : 9 Events @@ -173,13 +173,13 @@ Timer tm_esphome Attributes ID : 13 Scope : local - Period (ms): 30000 + Period (ms): 10000 Enabled : yes Events Timer Event counter.val++ - if(counter.val>60) + if(counter.val>30) { rest } @@ -205,7 +205,7 @@ Timer tm_esphome sys0=counter.val%10 if(sys0==0) { - baud=115200 + bauds=115200 } covx baud,baud_rate.txt,0,0 baud_rate.txt+=" bps" diff --git a/advanced/hmi/nspanel_us_land.HMI b/advanced/hmi/nspanel_us_land.HMI index 58c50e8..d81bf46 100644 Binary files a/advanced/hmi/nspanel_us_land.HMI and b/advanced/hmi/nspanel_us_land.HMI differ diff --git a/advanced/hmi/nspanel_us_land_code/boot.txt b/advanced/hmi/nspanel_us_land_code/boot.txt index 78eb3bc..fe3720b 100644 --- a/advanced/hmi/nspanel_us_land_code/boot.txt +++ b/advanced/hmi/nspanel_us_land_code/boot.txt @@ -102,7 +102,7 @@ Text tft_version Dragging : 0 Send Component ID : on press and release Associated Keyboard: none - Text : 4.2.3 + Text : 4.2.4dev Max. Text Size : 9 Text esph_version @@ -166,13 +166,13 @@ Timer tm_esphome Attributes ID : 13 Scope : local - Period (ms): 30000 + Period (ms): 10000 Enabled : yes Events Timer Event counter.val++ - if(counter.val>60) + if(counter.val>30) { rest } @@ -198,7 +198,7 @@ Timer tm_esphome sys0=counter.val%10 if(sys0==0) { - baud=115200 + bauds=115200 } covx baud,baud_rate.txt,0,0 baud_rate.txt+=" bps" diff --git a/nspanel_eu.tft b/nspanel_eu.tft index b3bb5e7..ebd089b 100644 Binary files a/nspanel_eu.tft and b/nspanel_eu.tft differ diff --git a/nspanel_us.tft b/nspanel_us.tft index a741ab9..528737d 100644 Binary files a/nspanel_us.tft and b/nspanel_us.tft differ diff --git a/nspanel_us_land.tft b/nspanel_us_land.tft index 307b11f..e621943 100644 Binary files a/nspanel_us_land.tft and b/nspanel_us_land.tft differ