fixed dim value on wake (add nextion2text)

This commit is contained in:
joBr99
2022-03-20 14:05:54 +00:00
committed by GitHub Actions
parent 67cf44edb6
commit 3d4338cc16
2 changed files with 7 additions and 6 deletions

View File

@@ -666,8 +666,8 @@ Timer tmSerial
spstr strCommand.txt,tInstruction.txt,",",0
if(tInstruction.txt=="wake")
{
dim=100
page originPage.val
//dim=100
click tc0,1
}
if(tInstruction.txt=="dimmode")
{
@@ -735,6 +735,7 @@ Timer tmSerial
}
if(tInstruction.txt=="pageType")
{
dim=100
//command format pageType,specialPageName
//write name of speical page to tId
spstr strCommand.txt,tId.txt,",",1