added command to exit notification page (add nextion2text)

This commit is contained in:
joBr99
2022-03-21 13:56:20 +00:00
committed by GitHub Actions
parent f8a72a55a9
commit 85d290c3f4
2 changed files with 8 additions and 4 deletions

View File

@@ -16,8 +16,8 @@ cardMedia
116 Unique line(s) of event code 116 Unique line(s) of event code
popupNotify popupNotify
17 Component(s) 17 Component(s)
175 Line(s) of event code 179 Line(s) of event code
116 Unique line(s) of event code 118 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 @@ cardAlarm
Total Total
14 Page(s) 14 Page(s)
350 Component(s) 350 Component(s)
3288 Line(s) of event code 3292 Line(s) of event code
840 Unique line(s) of event code 842 Unique line(s) of event code

View File

@@ -531,6 +531,10 @@ Timer tmSerial
spstr strCommand.txt,tTmp.txt,",",1 spstr strCommand.txt,tTmp.txt,",",1
covx tTmp.txt,sleepTimeout,0,0 covx tTmp.txt,sleepTimeout,0,0
} }
if(tInstruction.txt=="exitPopup")
{
click b0,1
}
if(tInstruction.txt=="pageType") if(tInstruction.txt=="pageType")
{ {
sleepTimeout=vaOldSleepT.val sleepTimeout=vaOldSleepT.val