fixed page command (add nextion2text)

This commit is contained in:
joBr99
2022-03-19 14:45:12 +00:00
committed by GitHub Actions
parent 0cc735566f
commit f3351af4e5
3 changed files with 14 additions and 14 deletions

View File

@@ -88,7 +88,7 @@ Variable (string) strCommand
ID : 27 ID : 27
Scope : local Scope : local
Text : Text :
Max. Text Size: 150 Max. Text Size: 250
Variable (string) type1 Variable (string) type1
Attributes Attributes

View File

@@ -38,22 +38,22 @@ pageSwipeTest
18 Component(s) 18 Component(s)
62 Line(s) of event code 62 Line(s) of event code
44 Unique line(s) of event code 44 Unique line(s) of event code
cardThermo
42 Component(s)
450 Line(s) of event code
220 Unique line(s) of event code
cardEntities
55 Component(s)
811 Line(s) of event code
312 Unique line(s) of event code
cardAlarm
28 Component(s)
159 Line(s) of event code
105 Unique line(s) of event code
screensaver screensaver
25 Component(s) 25 Component(s)
152 Line(s) of event code 152 Line(s) of event code
118 Unique line(s) of event code 118 Unique line(s) of event code
cardThermo
42 Component(s)
450 Line(s) of event code
220 Unique line(s) of event code
cardAlarm
28 Component(s)
159 Line(s) of event code
105 Unique line(s) of event code
cardEntities
55 Component(s)
811 Line(s) of event code
312 Unique line(s) of event code
Total Total
13 Page(s) 13 Page(s)

View File

@@ -728,7 +728,7 @@ Timer tmSerial
if(tInstruction.txt=="page") if(tInstruction.txt=="page")
{ {
//pagenumber //pagenumber
spstr strCommand.txt,tTmp.txt,"?",1 spstr strCommand.txt,tTmp.txt,",",1
covx tTmp.txt,sys0,0,0 covx tTmp.txt,sys0,0,0
nPage=sys0 nPage=sys0
//don't send current page number, wake will do //don't send current page number, wake will do