add parameter to hide detail page button (add nextion2text)

This commit is contained in:
joBr99
2022-10-23 18:52:07 +00:00
committed by github-actions[bot]
parent 766159cff7
commit d403656c35
6 changed files with 102 additions and 9 deletions

View File

@@ -1098,6 +1098,15 @@ Timer tmSerial
vis bDown2,1
vis tCF2,1
}
//Show btDetail
spstr strCommand.txt,tTmp.txt,"~",47
if(tTmp.txt!="1")
{
vis btDetail,1
}else
{
vis btDetail,0
}
}
if(tInstruction.txt=="pageType")
{