set dimval on pageType startup (add nextion2text)

This commit is contained in:
joBr99
2022-03-20 18:16:28 +00:00
committed by GitHub Actions
parent e2ff804afa
commit 3d62dc30ff
2 changed files with 6 additions and 5 deletions

View File

@@ -14,14 +14,14 @@ cardMedia
22 Component(s) 22 Component(s)
210 Line(s) of event code 210 Line(s) of event code
116 Unique line(s) of event code 116 Unique line(s) of event code
pageStartup
19 Component(s)
145 Line(s) of event code
110 Unique line(s) of event code
popupNotify popupNotify
16 Component(s) 16 Component(s)
167 Line(s) of event code 167 Line(s) of event code
111 Unique line(s) of event code 111 Unique line(s) of event code
pageStartup
19 Component(s)
146 Line(s) of event code
111 Unique line(s) of event code
pageSwipeTest pageSwipeTest
18 Component(s) 18 Component(s)
62 Line(s) of event code 62 Line(s) of event code
@@ -62,5 +62,5 @@ popupLight
Total Total
14 Page(s) 14 Page(s)
342 Component(s) 342 Component(s)
3169 Line(s) of event code 3170 Line(s) of event code
787 Unique line(s) of event code 787 Unique line(s) of event code

View File

@@ -577,6 +577,7 @@ Timer tmSerial
} }
if(tInstruction.txt=="pageType") if(tInstruction.txt=="pageType")
{ {
dim=100
//command format pageType,specialPageName //command format pageType,specialPageName
//write name of speical page to tId //write name of speical page to tId
spstr strCommand.txt,tId.txt,",",1 spstr strCommand.txt,tId.txt,",",1