mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2026-02-17 02:17:01 +01:00
untested fix for #768 (add nextion2text)
This commit is contained in:
committed by
github-actions[bot]
parent
75fb6f8e5d
commit
209a2525ee
@@ -1410,6 +1410,10 @@ Timer tmSerial
|
||||
// speed
|
||||
spstr strCommand.txt,tTmp.txt,"~",34
|
||||
covx tTmp.txt,t0Speed.val,0,0
|
||||
if(p0.h==320)
|
||||
{
|
||||
t0Speed.val=t0Speed.val*-1
|
||||
}
|
||||
if(t0Speed.val>120)
|
||||
{
|
||||
t0Speed.val=120
|
||||
@@ -1441,6 +1445,10 @@ Timer tmSerial
|
||||
// speed
|
||||
spstr strCommand.txt,tTmp.txt,"~",41
|
||||
covx tTmp.txt,t1Speed.val,0,0
|
||||
if(p0.h==320)
|
||||
{
|
||||
t1Speed.val=t1Speed.val*-1
|
||||
}
|
||||
if(t1Speed.val>120)
|
||||
{
|
||||
t1Speed.val=120
|
||||
@@ -1472,6 +1480,10 @@ Timer tmSerial
|
||||
// speed
|
||||
spstr strCommand.txt,tTmp.txt,"~",48
|
||||
covx tTmp.txt,t2Speed.val,0,0
|
||||
if(p0.h==320)
|
||||
{
|
||||
t2Speed.val=t2Speed.val*-1
|
||||
}
|
||||
if(t2Speed.val>120)
|
||||
{
|
||||
t2Speed.val=120
|
||||
@@ -1503,6 +1515,10 @@ Timer tmSerial
|
||||
// speed
|
||||
spstr strCommand.txt,tTmp.txt,"~",55
|
||||
covx tTmp.txt,t3Speed.val,0,0
|
||||
if(p0.h==320)
|
||||
{
|
||||
t3Speed.val=t3Speed.val*-1
|
||||
}
|
||||
if(t3Speed.val>120)
|
||||
{
|
||||
t3Speed.val=120
|
||||
@@ -1534,6 +1550,10 @@ Timer tmSerial
|
||||
// speed
|
||||
spstr strCommand.txt,tTmp.txt,"~",62
|
||||
covx tTmp.txt,t4Speed.val,0,0
|
||||
if(p0.h==320)
|
||||
{
|
||||
t4Speed.val=t4Speed.val*-1
|
||||
}
|
||||
if(t4Speed.val>120)
|
||||
{
|
||||
t4Speed.val=120
|
||||
@@ -1565,6 +1585,10 @@ Timer tmSerial
|
||||
// speed
|
||||
spstr strCommand.txt,tTmp.txt,"~",69
|
||||
covx tTmp.txt,t5Speed.val,0,0
|
||||
if(p0.h==320)
|
||||
{
|
||||
t5Speed.val=t5Speed.val*-1
|
||||
}
|
||||
if(t5Speed.val>120)
|
||||
{
|
||||
t5Speed.val=120
|
||||
|
||||
@@ -50,10 +50,6 @@ cardThermo
|
||||
57 Component(s)
|
||||
536 Line(s) of event code
|
||||
317 Unique line(s) of event code
|
||||
cardPower
|
||||
54 Component(s)
|
||||
499 Line(s) of event code
|
||||
338 Unique line(s) of event code
|
||||
popupInSel
|
||||
34 Component(s)
|
||||
617 Line(s) of event code
|
||||
@@ -74,6 +70,10 @@ screensaver2
|
||||
59 Component(s)
|
||||
354 Line(s) of event code
|
||||
251 Unique line(s) of event code
|
||||
cardPower
|
||||
54 Component(s)
|
||||
523 Line(s) of event code
|
||||
345 Unique line(s) of event code
|
||||
popupTimer
|
||||
42 Component(s)
|
||||
512 Line(s) of event code
|
||||
@@ -90,5 +90,5 @@ cardEntities
|
||||
Total
|
||||
21 Page(s)
|
||||
802 Component(s)
|
||||
9214 Line(s) of event code
|
||||
2333 Unique line(s) of event code
|
||||
9238 Line(s) of event code
|
||||
2340 Unique line(s) of event code
|
||||
|
||||
Reference in New Issue
Block a user