fixes #1179 (add nextion2text)

This commit is contained in:
joBr99
2024-02-25 11:03:17 +00:00
committed by github-actions[bot]
parent 6703bca1d0
commit 193546d1ed
6 changed files with 14 additions and 63 deletions

View File

@@ -543,22 +543,3 @@
│ spstr strCommand.txt,tNotifyText.txt,"~",2
│ if(tNotifyHead.txt!=""||tNotifyText.txt!="")
│ {
│ @@ -952,14 +812,18 @@
│ {
│ page cardPower
│ }
│ if(tId.txt=="cardChart")
│ {
│ page cardChart
│ }
│ + if(tId.txt=="cardLChart")
│ + {
│ + page cardLChart
│ + }
│ }
│ if(tInstruction.txt=="timeout")
│ {
│ //set timeout to global var
│ spstr strCommand.txt,tTmp.txt,"~",1
│ covx tTmp.txt,sleepTimeout,0,0
│ }