Commit (add nextion2text)

This commit is contained in:
jmbinette
2022-03-31 03:13:55 +00:00
committed by GitHub Actions
parent 6acbe3b088
commit 8e53463d57
27 changed files with 365 additions and 826 deletions

View File

@@ -556,12 +556,12 @@ Timer tmSerial
if(tInstruction.txt=="time")
{
// get set time to global variable
spstr strCommand.txt,screensaver.vaTime.txt,",",1
spstr strCommand.txt,pageIcons.vaTime.txt,",",1
}
if(tInstruction.txt=="date")
{
// get set date to global variable
spstr strCommand.txt,screensaver.vaDate.txt,"?",1
spstr strCommand.txt,pageIcons.vaDate.txt,"?",1
}
if(tInstruction.txt=="dimmode")
{