fix timeout on pageNotify (add nextion2text)

This commit is contained in:
joBr99
2022-03-20 21:26:22 +00:00
committed by GitHub Actions
parent b5afc7d427
commit 8d0feefb01
2 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ cardMedia
popupNotify
17 Component(s)
171 Line(s) of event code
113 Unique line(s) of event code
114 Unique line(s) of event code
pageStartup
19 Component(s)
146 Line(s) of event code
@@ -63,4 +63,4 @@ Total
14 Page(s)
343 Component(s)
3172 Line(s) of event code
789 Unique line(s) of event code
790 Unique line(s) of event code

View File

@@ -505,7 +505,7 @@ Timer tmSerial
//preserve old sleepTimeout
vaOldSleepT.val=sleepTimeout
// sleep timeout
spstr strCommand.txt,tTmp.txt,"|",9
spstr strCommand.txt,tTmp.txt,"|",10
covx tTmp.txt,sys0,0,0
sleepTimeout=sys0
}