fixes #983 (add nextion2text)

This commit is contained in:
joBr99
2023-10-14 14:36:49 +00:00
committed by github-actions[bot]
parent 7f38c6b346
commit 14efa10683
22 changed files with 106 additions and 33 deletions

View File

@@ -976,6 +976,10 @@ Timer tmSerial
{
page cardChart
}
if(tId.txt=="cardLChart")
{
page cardLChart
}
}
if(tInstruction.txt=="time")
{

View File

@@ -1174,6 +1174,10 @@ Timer tmSerial
{
page cardChart
}
if(tId.txt=="cardLChart")
{
page cardLChart
}
}
if(tInstruction.txt=="time")
{

View File

@@ -1253,6 +1253,10 @@ Timer tmSerial
{
page cardChart
}
if(tId.txt=="cardLChart")
{
page cardLChart
}
}
if(tInstruction.txt=="time")
{