fix pagetype notify on startup page (add nextion2text)

This commit is contained in:
joBr99
2022-03-20 19:09:32 +00:00
committed by GitHub Actions
parent b6b0249bfe
commit 622f9bf0c7
2 changed files with 3 additions and 3 deletions

View File

@@ -63,4 +63,4 @@ Total
14 Page(s) 14 Page(s)
343 Component(s) 343 Component(s)
3175 Line(s) of event code 3175 Line(s) of event code
790 Unique line(s) of event code 789 Unique line(s) of event code

View File

@@ -402,7 +402,7 @@ Text tVersion
Horizontal Alignment : center Horizontal Alignment : center
Vertical Alignment : center Vertical Alignment : center
Input Type : character Input Type : character
Text : 9 Text : 10
Max. Text Size : 10 Max. Text Size : 10
Word wrap : disabled Word wrap : disabled
Horizontal Spacing : 0 Horizontal Spacing : 0
@@ -605,7 +605,7 @@ Timer tmSerial
{ {
page pageStartup page pageStartup
} }
if(tId.txt=="pageNotify") if(tId.txt=="popupNotify")
{ {
page popupNotify page popupNotify
} }