add refresh of notification after color update (add nextion2text)

This commit is contained in:
joBr99
2022-09-22 16:21:49 +00:00
committed by github-actions[bot]
parent deb61405fe
commit 6691495745
12 changed files with 61 additions and 13 deletions

View File

@@ -52,7 +52,7 @@ cardThermo
303 Unique line(s) of event code
screensaver
38 Component(s)
341 Line(s) of event code
349 Line(s) of event code
263 Unique line(s) of event code
cardEntities
77 Component(s)
@@ -62,5 +62,5 @@ cardEntities
Total
14 Page(s)
451 Component(s)
5495 Line(s) of event code
5503 Line(s) of event code
1489 Unique line(s) of event code

View File

@@ -1183,6 +1183,14 @@ Timer tmSerial
tForecast3.pco=tForecast2.pco
tForecast2.pco=tForecast1.pco
}
if(tNotifyHead.txt!="")
{
ref tNotifyHead
}
if(tNotifyText.txt!="")
{
ref tNotifyText
}
}
if(tInstruction.txt=="notify")
{