mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2026-02-25 17:02:14 +01:00
fix #727 (add nextion2text)
This commit is contained in:
committed by
github-actions[bot]
parent
15436c04cb
commit
77b3d7e324
@@ -479,6 +479,7 @@ Timer tm0
|
||||
h0.val=h0.maxval
|
||||
}
|
||||
h0.val+=t0Speed.val
|
||||
ref t0u
|
||||
}
|
||||
if(t1Speed.val!=0)
|
||||
{
|
||||
@@ -492,6 +493,7 @@ Timer tm0
|
||||
h1.val=h1.maxval
|
||||
}
|
||||
h1.val+=t1Speed.val
|
||||
ref t1u
|
||||
}
|
||||
if(t2Speed.val!=0)
|
||||
{
|
||||
@@ -505,6 +507,7 @@ Timer tm0
|
||||
h2.val=h2.maxval
|
||||
}
|
||||
h2.val+=t2Speed.val
|
||||
ref t2u
|
||||
}
|
||||
if(t3Speed.val!=0)
|
||||
{
|
||||
@@ -518,6 +521,7 @@ Timer tm0
|
||||
h3.val=h3.maxval
|
||||
}
|
||||
h3.val+=t3Speed.val
|
||||
ref t3u
|
||||
}
|
||||
if(t4Speed.val!=0)
|
||||
{
|
||||
@@ -531,6 +535,7 @@ Timer tm0
|
||||
h4.val=h4.maxval
|
||||
}
|
||||
h4.val+=t4Speed.val
|
||||
ref t4u
|
||||
}
|
||||
if(t5Speed.val!=0)
|
||||
{
|
||||
@@ -544,6 +549,7 @@ Timer tm0
|
||||
h5.val=h5.maxval
|
||||
}
|
||||
h5.val+=t5Speed.val
|
||||
ref t5u
|
||||
}
|
||||
|
||||
Timer tmSerial
|
||||
|
||||
@@ -40,7 +40,7 @@ Variable (string) strCommand
|
||||
Attributes
|
||||
Scope : local
|
||||
Text :
|
||||
Max. Text Size: 400
|
||||
Max. Text Size: 600
|
||||
|
||||
Variable (string) strTmp
|
||||
Attributes
|
||||
@@ -689,9 +689,7 @@ Timer tmSerial
|
||||
covx tTmp.txt,t10.bco,0,0
|
||||
spstr strCommand.txt,tTmp.txt,"~",15
|
||||
covx tTmp.txt,tMainTextAlt2.pco,0,0
|
||||
//spstr strCommand.txt,tTmp.txt,"~",16
|
||||
//covx tTmp.txt,tMR.pco,0,0
|
||||
spstr strCommand.txt,tTmp.txt,"~",17
|
||||
spstr strCommand.txt,tTmp.txt,"~",16
|
||||
covx tTmp.txt,tTimeAdd.pco,0,0
|
||||
if(tMainTextAlt2.txt!=""&&p0.w!=320)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user