fix navigation after PR (add nextion2text)

This commit is contained in:
joBr99
2022-11-26 21:54:22 +00:00
committed by github-actions[bot]
parent 4afa570562
commit 535c3a761f
34 changed files with 486 additions and 2018 deletions

View File

@@ -1056,7 +1056,7 @@ Button bNext
Events
Touch Press Event
tSend.txt="event,buttonPress2,cardEntities,"
if(bNext.txt=="?")
if(bNext.txt=="")
{
tSend.txt+="bHome"
}else
@@ -1110,7 +1110,7 @@ Button bPrev
Events
Touch Press Event
tSend.txt="event,buttonPress2,cardEntities,"
if(bPrev.txt=="?")
if(bPrev.txt=="")
{
tSend.txt+="bUp"
}else
@@ -2189,14 +2189,14 @@ Timer tmSerial
vis bPrev,1
tsw mSwipePrev,1
tsw mSwipeUp,0
bPrev.txt="?"
bPrev.txt=""
}
if(tTmp.txt=="2")
{
vis bPrev,1
tsw mSwipePrev,0
tsw mSwipeUp,1
bPrev.txt="?"
bPrev.txt=""
}
spstr tId.txt,tTmp.txt,"|",1
if(tTmp.txt=="0")
@@ -2208,12 +2208,12 @@ Timer tmSerial
{
vis bNext,1
tsw mSwipeNext,1
bNext.txt="?"
bNext.txt=""
}
if(tTmp.txt=="2")
{
vis bNext,1
bNext.txt="?"
bNext.txt=""
}
// get Type
spstr strCommand.txt,type1.txt,"~",3