sync (add nextion2text)

This commit is contained in:
joBr99
2022-10-23 21:42:31 +00:00
committed by github-actions[bot]
parent 2b989f3a86
commit 803c195cbd
9 changed files with 49 additions and 87 deletions

View File

@@ -624,6 +624,18 @@ Timer tmSerial
vis tNotifyHead,0
vis tNotifyText,0
}
tNotifyHead.bco=tTime.bco
tNotifyText.bco=tTime.bco
spstr strCommand.txt,tTmp.txt,"~",3
if(tTmp.txt!="")
{
covx tTmp.txt,tNotifyHead.pco,0,0
}
spstr strCommand.txt,tTmp.txt,"~",4
if(tTmp.txt!="")
{
covx tTmp.txt,tNotifyText.pco,0,0
}
}
if(tInstruction.txt=="pageType")
{