Add nextion2text

This commit is contained in:
joBr99
2022-03-12 20:02:17 +00:00
committed by GitHub Actions
parent 06f52185e1
commit 5878e6ea7b
4 changed files with 4 additions and 4 deletions

View File

@@ -1563,7 +1563,7 @@ Timer tmSerial
}else
{
//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 u[2]+3
udelete payloadLength-1
bufferPos=0
}
if(tId.txt=="popupLight")

View File

@@ -469,7 +469,7 @@ Timer tmSerial
}else
{
//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 u[2]+3
udelete payloadLength-1
bufferPos=0
}
if(tId.txt=="cardEntities")

View File

@@ -493,7 +493,7 @@ Timer tmSerial
}else
{
//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 u[2]+3
udelete payloadLength-1
bufferPos=0
}
if(tId.txt=="popupLight")

View File

@@ -303,7 +303,7 @@ Timer tmSerial
}else
{
//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 u[2]+3
udelete payloadLength-1
bufferPos=0
}
if(tId.txt=="popupLight")