Merge branch 'main' of github.com:joBr99/nspanel-widget-ui (add nextion2text)

This commit is contained in:
joBr99
2022-03-14 16:18:44 +00:00
committed by GitHub Actions
parent b4c3af416a
commit 3e0ff72c82
2 changed files with 11 additions and 20 deletions

View File

@@ -1084,8 +1084,7 @@ Timer tmSerial
substr pageIcons.tIcons.txt,bt0.pco2,sys0,1 substr pageIcons.tIcons.txt,bt0.pco2,sys0,1
// set state // set state
spstr strCommand.txt,tTmp.txt,",",11 spstr strCommand.txt,tTmp.txt,",",11
covx tTmp.txt,sys0,0,0 covx tTmp.txt,bt0.val,0,0
substr pageIcons.tIcons.txt,bt0.val,sys0,1
//enable //enable
vis bt0,1 vis bt0,1
} }
@@ -1101,8 +1100,7 @@ Timer tmSerial
substr pageIcons.tIcons.txt,bt1.pco2,sys0,1 substr pageIcons.tIcons.txt,bt1.pco2,sys0,1
// set state // set state
spstr strCommand.txt,tTmp.txt,",",14 spstr strCommand.txt,tTmp.txt,",",14
covx tTmp.txt,sys0,0,0 covx tTmp.txt,bt1.val,0,0
substr pageIcons.tIcons.txt,bt1.val,sys0,1
//enable //enable
vis bt1,1 vis bt1,1
} }
@@ -1118,8 +1116,7 @@ Timer tmSerial
substr pageIcons.tIcons.txt,bt2.pco2,sys0,1 substr pageIcons.tIcons.txt,bt2.pco2,sys0,1
// set state // set state
spstr strCommand.txt,tTmp.txt,",",17 spstr strCommand.txt,tTmp.txt,",",17
covx tTmp.txt,sys0,0,0 covx tTmp.txt,bt2.val,0,0
substr pageIcons.tIcons.txt,bt2.val,sys0,1
//enable //enable
vis bt2,1 vis bt2,1
} }
@@ -1135,8 +1132,7 @@ Timer tmSerial
substr pageIcons.tIcons.txt,bt3.pco2,sys0,1 substr pageIcons.tIcons.txt,bt3.pco2,sys0,1
// set state // set state
spstr strCommand.txt,tTmp.txt,",",20 spstr strCommand.txt,tTmp.txt,",",20
covx tTmp.txt,sys0,0,0 covx tTmp.txt,bt3.val,0,0
substr pageIcons.tIcons.txt,bt3.val,sys0,1
//enable //enable
vis bt3,1 vis bt3,1
} }
@@ -1152,8 +1148,7 @@ Timer tmSerial
substr pageIcons.tIcons.txt,bt4.pco2,sys0,1 substr pageIcons.tIcons.txt,bt4.pco2,sys0,1
// set state // set state
spstr strCommand.txt,tTmp.txt,",",23 spstr strCommand.txt,tTmp.txt,",",23
covx tTmp.txt,sys0,0,0 covx tTmp.txt,bt4.val,0,0
substr pageIcons.tIcons.txt,bt4.val,sys0,1
//enable //enable
vis bt4,1 vis bt4,1
} }
@@ -1169,8 +1164,7 @@ Timer tmSerial
substr pageIcons.tIcons.txt,bt5.pco2,sys0,1 substr pageIcons.tIcons.txt,bt5.pco2,sys0,1
// set state // set state
spstr strCommand.txt,tTmp.txt,",",26 spstr strCommand.txt,tTmp.txt,",",26
covx tTmp.txt,sys0,0,0 covx tTmp.txt,bt5.val,0,0
substr pageIcons.tIcons.txt,bt5.val,sys0,1
//enable //enable
vis bt5,1 vis bt5,1
} }
@@ -1186,8 +1180,7 @@ Timer tmSerial
substr pageIcons.tIcons.txt,bt6.pco2,sys0,1 substr pageIcons.tIcons.txt,bt6.pco2,sys0,1
// set state // set state
spstr strCommand.txt,tTmp.txt,",",29 spstr strCommand.txt,tTmp.txt,",",29
covx tTmp.txt,sys0,0,0 covx tTmp.txt,bt6.val,0,0
substr pageIcons.tIcons.txt,bt6.val,sys0,1
//enable //enable
vis bt6,1 vis bt6,1
} }
@@ -1203,8 +1196,7 @@ Timer tmSerial
substr pageIcons.tIcons.txt,bt7.pco2,sys0,1 substr pageIcons.tIcons.txt,bt7.pco2,sys0,1
// set state // set state
spstr strCommand.txt,tTmp.txt,",",32 spstr strCommand.txt,tTmp.txt,",",32
covx tTmp.txt,sys0,0,0 covx tTmp.txt,bt7.val,0,0
substr pageIcons.tIcons.txt,bt7.val,sys0,1
//enable //enable
vis bt7,1 vis bt7,1
} }
@@ -1220,8 +1212,7 @@ Timer tmSerial
substr pageIcons.tIcons.txt,bt8.pco2,sys0,1 substr pageIcons.tIcons.txt,bt8.pco2,sys0,1
// set state // set state
spstr strCommand.txt,tTmp.txt,",",35 spstr strCommand.txt,tTmp.txt,",",35
covx tTmp.txt,sys0,0,0 covx tTmp.txt,bt8.val,0,0
substr pageIcons.tIcons.txt,bt8.val,sys0,1
//enable //enable
vis bt8,1 vis bt8,1
} }

View File

@@ -44,7 +44,7 @@ popupShutter
84 Unique line(s) of event code 84 Unique line(s) of event code
cardThermo cardThermo
33 Component(s) 33 Component(s)
333 Line(s) of event code 324 Line(s) of event code
200 Unique line(s) of event code 200 Unique line(s) of event code
cardEntities cardEntities
55 Component(s) 55 Component(s)
@@ -54,5 +54,5 @@ cardEntities
Total Total
12 Page(s) 12 Page(s)
264 Component(s) 264 Component(s)
2388 Line(s) of event code 2379 Line(s) of event code
658 Unique line(s) of event code 658 Unique line(s) of event code