add missing link from cardPower to cardLchart #907 (add nextion2text)

This commit is contained in:
joBr99
2023-05-23 19:26:00 +00:00
committed by github-actions[bot]
parent f462780c08
commit 04f7d026f4
6 changed files with 80 additions and 13 deletions

View File

@@ -1565,6 +1565,25 @@
│ Scope : local
│ Period (ms): 50
│ Enabled : yes
│ @@ -960,18 +936,14 @@
│ {
│ page cardPower
│ }
│ if(tId.txt=="cardChart")
│ {
│ page cardChart
│ }
│ - if(tId.txt=="cardLChart")
│ - {
│ - page cardLChart
│ - }
│ }
│ if(tInstruction.txt=="time")
│ {
│ // get set time to global variable
│ spstr strCommand.txt,pageIcons.vaTime.txt,"~",1
│ }
│ if(tInstruction.txt=="date")
│ --- HMI/n2t-out/pageStartup.txt
├── +++ HMI/US/portrait/n2t-out/pageStartup.txt
│ @@ -34,20 +34,14 @@