From 622f9bf0c7d19ab97ee1e55cb1380deff109c95e Mon Sep 17 00:00:00 2001 From: joBr99 Date: Sun, 20 Mar 2022 19:09:32 +0000 Subject: [PATCH] fix pagetype notify on startup page (add nextion2text) --- HMI/n2t-out/nspanel_Stats.txt | 2 +- HMI/n2t-out/pageStartup.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HMI/n2t-out/nspanel_Stats.txt b/HMI/n2t-out/nspanel_Stats.txt index 7d962b9f..677503f8 100644 --- a/HMI/n2t-out/nspanel_Stats.txt +++ b/HMI/n2t-out/nspanel_Stats.txt @@ -63,4 +63,4 @@ Total 14 Page(s) 343 Component(s) 3175 Line(s) of event code - 790 Unique line(s) of event code + 789 Unique line(s) of event code diff --git a/HMI/n2t-out/pageStartup.txt b/HMI/n2t-out/pageStartup.txt index 4893217f..113fb3b8 100644 --- a/HMI/n2t-out/pageStartup.txt +++ b/HMI/n2t-out/pageStartup.txt @@ -402,7 +402,7 @@ Text tVersion Horizontal Alignment : center Vertical Alignment : center Input Type : character - Text : 9 + Text : 10 Max. Text Size : 10 Word wrap : disabled Horizontal Spacing : 0 @@ -605,7 +605,7 @@ Timer tmSerial { page pageStartup } - if(tId.txt=="pageNotify") + if(tId.txt=="popupNotify") { page popupNotify }