sync (add nextion2text)

This commit is contained in:
joBr99
2022-10-08 22:15:39 +00:00
committed by github-actions[bot]
parent 84b62c7484
commit eeb49e4dfa
29 changed files with 164 additions and 687 deletions

View File

@@ -950,6 +950,7 @@ Timer tmSerial
spstr strCommand.txt,tTmp.txt,"~",2
//save third arg if there's one
spstr strCommand.txt,pageIcons.tTmp2.txt,"~",3
spstr strCommand.txt,pageIcons.tTmp3.txt,"~",4
//we are going to exit this page with this command, so we have to clear the buffer, so we are not getting into a stupid loop ...
udelete payloadLength-1
bufferPos=0
@@ -999,6 +1000,10 @@ Timer tmSerial
{
page cardQR
}
if(tId.txt=="cardPower")
{
page cardPower
}
}
// end of user code
udelete payloadLength-1