fix us-p alternative layout

This commit is contained in:
joBr99
2023-02-04 09:37:44 +01:00
parent 1a42bde8cf
commit 38b480b067
4 changed files with 6 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -155,6 +155,12 @@ sharedfoot = """
//set timeout to global var
spstr strCommand.txt,tTmp.txt,"~",1
covx tTmp.txt,sleepTimeout,0,0
//temporary disable sleep timer
spstr strCommand.txt,tTmp.txt,"~",2
if(tTmp.txt=="disable")
{
tmSleep.en=0
}
}
// end of user code
udelete payloadLength-1

Binary file not shown.