mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2026-02-12 16:17:13 +01:00
fix disable (add nextion2text)
This commit is contained in:
committed by
github-actions[bot]
parent
9699403191
commit
a4fbf60eb2
@@ -1,6 +1,6 @@
|
||||
diff -bur HMI/n2t-out/Program.s.txt HMI/US/landscape/n2t-out/Program.s.txt
|
||||
--- HMI/n2t-out/Program.s.txt 2022-05-22 07:55:04.215774434 +0000
|
||||
+++ HMI/US/landscape/n2t-out/Program.s.txt 2022-05-22 07:55:05.103784355 +0000
|
||||
--- HMI/n2t-out/Program.s.txt 2022-05-22 08:17:12.774830515 +0000
|
||||
+++ HMI/US/landscape/n2t-out/Program.s.txt 2022-05-22 08:17:13.906863322 +0000
|
||||
@@ -11,6 +11,4 @@
|
||||
// dim value
|
||||
int dimValue=40
|
||||
@@ -9,8 +9,8 @@ diff -bur HMI/n2t-out/Program.s.txt HMI/US/landscape/n2t-out/Program.s.txt
|
||||
- lcd_dev fffb 0002 0000 0020
|
||||
page pageStartup
|
||||
diff -bur HMI/n2t-out/pageStartup.txt HMI/US/landscape/n2t-out/pageStartup.txt
|
||||
--- HMI/n2t-out/pageStartup.txt 2022-05-22 07:55:04.215774434 +0000
|
||||
+++ HMI/US/landscape/n2t-out/pageStartup.txt 2022-05-22 07:55:05.107784400 +0000
|
||||
--- HMI/n2t-out/pageStartup.txt 2022-05-22 08:17:12.774830515 +0000
|
||||
+++ HMI/US/landscape/n2t-out/pageStartup.txt 2022-05-22 08:17:13.906863322 +0000
|
||||
@@ -177,7 +177,7 @@
|
||||
recmod=1
|
||||
bauds=115200
|
||||
|
||||
@@ -2257,7 +2257,7 @@ Timer tmSerial
|
||||
{
|
||||
bUp1.pco=65535
|
||||
tsw bUp1,1
|
||||
}else if(tTmp.txt!="disable")
|
||||
}else if(tTmp.txt=="disable")
|
||||
{
|
||||
bUp1.pco=27501
|
||||
tsw bUp1,0
|
||||
@@ -2269,7 +2269,7 @@ Timer tmSerial
|
||||
bStop1.pco=65535
|
||||
bStop1.txt=tTmp.txt
|
||||
tsw bStop1,1
|
||||
}else if(tTmp.txt!="disable")
|
||||
}else if(tTmp.txt=="disable")
|
||||
{
|
||||
bStop1.pco=27501
|
||||
tsw bStop1,0
|
||||
@@ -2281,7 +2281,7 @@ Timer tmSerial
|
||||
bDown1.pco=65535
|
||||
bDown1.txt=tTmp.txt
|
||||
tsw bDown1,1
|
||||
}else if(tTmp.txt!="disable")
|
||||
}else if(tTmp.txt=="disable")
|
||||
{
|
||||
bDown1.pco=27501
|
||||
tsw bDown1,0
|
||||
@@ -2416,7 +2416,7 @@ Timer tmSerial
|
||||
{
|
||||
bUp2.pco=65535
|
||||
tsw bUp2,1
|
||||
}else if(tTmp.txt!="disable")
|
||||
}else if(tTmp.txt=="disable")
|
||||
{
|
||||
bUp2.pco=27501
|
||||
tsw bUp2,0
|
||||
@@ -2428,7 +2428,7 @@ Timer tmSerial
|
||||
bStop2.pco=65535
|
||||
bStop2.txt=tTmp.txt
|
||||
tsw bStop2,1
|
||||
}else if(tTmp.txt!="disable")
|
||||
}else if(tTmp.txt=="disable")
|
||||
{
|
||||
bStop2.pco=27501
|
||||
tsw bStop2,0
|
||||
@@ -2440,7 +2440,7 @@ Timer tmSerial
|
||||
bDown2.pco=65535
|
||||
bDown2.txt=tTmp.txt
|
||||
tsw bDown2,1
|
||||
}else if(tTmp.txt!="disable")
|
||||
}else if(tTmp.txt=="disable")
|
||||
{
|
||||
bDown2.pco=27501
|
||||
tsw bDown2,0
|
||||
@@ -2575,7 +2575,7 @@ Timer tmSerial
|
||||
{
|
||||
bUp3.pco=65535
|
||||
tsw bUp3,1
|
||||
}else if(tTmp.txt!="disable")
|
||||
}else if(tTmp.txt=="disable")
|
||||
{
|
||||
bUp3.pco=27501
|
||||
tsw bUp3,0
|
||||
@@ -2587,7 +2587,7 @@ Timer tmSerial
|
||||
bStop3.pco=65535
|
||||
bStop3.txt=tTmp.txt
|
||||
tsw bStop3,1
|
||||
}else if(tTmp.txt!="disable")
|
||||
}else if(tTmp.txt=="disable")
|
||||
{
|
||||
bStop3.pco=27501
|
||||
tsw bStop3,0
|
||||
@@ -2599,7 +2599,7 @@ Timer tmSerial
|
||||
bDown3.pco=65535
|
||||
bDown3.txt=tTmp.txt
|
||||
tsw bDown3,1
|
||||
}else if(tTmp.txt!="disable")
|
||||
}else if(tTmp.txt=="disable")
|
||||
{
|
||||
bDown3.pco=27501
|
||||
tsw bDown3,0
|
||||
@@ -2734,7 +2734,7 @@ Timer tmSerial
|
||||
{
|
||||
bUp4.pco=65535
|
||||
tsw bUp4,1
|
||||
}else if(tTmp.txt!="disable")
|
||||
}else if(tTmp.txt=="disable")
|
||||
{
|
||||
bUp4.pco=27501
|
||||
tsw bUp4,0
|
||||
@@ -2746,7 +2746,7 @@ Timer tmSerial
|
||||
bStop4.pco=65535
|
||||
bStop4.txt=tTmp.txt
|
||||
tsw bStop4,1
|
||||
}else if(tTmp.txt!="disable")
|
||||
}else if(tTmp.txt=="disable")
|
||||
{
|
||||
bStop4.pco=27501
|
||||
tsw bStop4,0
|
||||
@@ -2758,7 +2758,7 @@ Timer tmSerial
|
||||
bDown4.pco=65535
|
||||
bDown4.txt=tTmp.txt
|
||||
tsw bDown4,1
|
||||
}else if(tTmp.txt!="disable")
|
||||
}else if(tTmp.txt=="disable")
|
||||
{
|
||||
bDown4.pco=27501
|
||||
tsw bDown4,0
|
||||
|
||||
@@ -652,7 +652,7 @@ Timer tmSerial
|
||||
bUp1.txt=tTmp.txt
|
||||
tsw bUp1,1
|
||||
bUp1.pco=65535
|
||||
}else if(tTmp.txt!="disable")
|
||||
}else if(tTmp.txt=="disable")
|
||||
{
|
||||
tsw bUp1,0
|
||||
bUp1.pco=27501
|
||||
@@ -664,7 +664,7 @@ Timer tmSerial
|
||||
bStop1.txt=tTmp.txt
|
||||
tsw bStop1,1
|
||||
bStop1.pco=65535
|
||||
}else if(tTmp.txt!="disable")
|
||||
}else if(tTmp.txt=="disable")
|
||||
{
|
||||
tsw bStop1,0
|
||||
bStop1.pco=27501
|
||||
@@ -676,7 +676,7 @@ Timer tmSerial
|
||||
bDown1.txt=tTmp.txt
|
||||
tsw bDown1,1
|
||||
bDown1.pco=65535
|
||||
}else if(tTmp.txt!="disable")
|
||||
}else if(tTmp.txt=="disable")
|
||||
{
|
||||
tsw bDown1,0
|
||||
bDown1.pco=27501
|
||||
|
||||
@@ -1285,7 +1285,7 @@ Timer tmSerial
|
||||
{
|
||||
bUp1.pco=65535
|
||||
tsw bUp1,1
|
||||
}else if(tTmp.txt!="disable")
|
||||
}else if(tTmp.txt=="disable")
|
||||
{
|
||||
bUp1.pco=27501
|
||||
tsw bUp1,0
|
||||
@@ -1297,7 +1297,7 @@ Timer tmSerial
|
||||
bStop1.pco=65535
|
||||
bStop1.txt=tTmp.txt
|
||||
tsw bStop1,1
|
||||
}else if(tTmp.txt!="disable")
|
||||
}else if(tTmp.txt=="disable")
|
||||
{
|
||||
bStop1.pco=27501
|
||||
tsw bStop1,0
|
||||
@@ -1309,7 +1309,7 @@ Timer tmSerial
|
||||
bDown1.pco=65535
|
||||
bDown1.txt=tTmp.txt
|
||||
tsw bDown1,1
|
||||
}else if(tTmp.txt!="disable")
|
||||
}else if(tTmp.txt=="disable")
|
||||
{
|
||||
bDown1.pco=27501
|
||||
tsw bDown1,0
|
||||
@@ -1444,7 +1444,7 @@ Timer tmSerial
|
||||
{
|
||||
bUp2.pco=65535
|
||||
tsw bUp2,1
|
||||
}else if(tTmp.txt!="disable")
|
||||
}else if(tTmp.txt=="disable")
|
||||
{
|
||||
bUp2.pco=27501
|
||||
tsw bUp2,0
|
||||
@@ -1456,7 +1456,7 @@ Timer tmSerial
|
||||
bStop2.pco=65535
|
||||
bStop2.txt=tTmp.txt
|
||||
tsw bStop2,1
|
||||
}else if(tTmp.txt!="disable")
|
||||
}else if(tTmp.txt=="disable")
|
||||
{
|
||||
bStop2.pco=27501
|
||||
tsw bStop2,0
|
||||
@@ -1468,7 +1468,7 @@ Timer tmSerial
|
||||
bDown2.pco=65535
|
||||
bDown2.txt=tTmp.txt
|
||||
tsw bDown2,1
|
||||
}else if(tTmp.txt!="disable")
|
||||
}else if(tTmp.txt=="disable")
|
||||
{
|
||||
bDown2.pco=27501
|
||||
tsw bDown2,0
|
||||
@@ -1603,7 +1603,7 @@ Timer tmSerial
|
||||
{
|
||||
bUp3.pco=65535
|
||||
tsw bUp3,1
|
||||
}else if(tTmp.txt!="disable")
|
||||
}else if(tTmp.txt=="disable")
|
||||
{
|
||||
bUp3.pco=27501
|
||||
tsw bUp3,0
|
||||
@@ -1615,7 +1615,7 @@ Timer tmSerial
|
||||
bStop3.pco=65535
|
||||
bStop3.txt=tTmp.txt
|
||||
tsw bStop3,1
|
||||
}else if(tTmp.txt!="disable")
|
||||
}else if(tTmp.txt=="disable")
|
||||
{
|
||||
bStop3.pco=27501
|
||||
tsw bStop3,0
|
||||
@@ -1627,7 +1627,7 @@ Timer tmSerial
|
||||
bDown3.pco=65535
|
||||
bDown3.txt=tTmp.txt
|
||||
tsw bDown3,1
|
||||
}else if(tTmp.txt!="disable")
|
||||
}else if(tTmp.txt=="disable")
|
||||
{
|
||||
bDown3.pco=27501
|
||||
tsw bDown3,0
|
||||
@@ -1762,7 +1762,7 @@ Timer tmSerial
|
||||
{
|
||||
bUp4.pco=65535
|
||||
tsw bUp4,1
|
||||
}else if(tTmp.txt!="disable")
|
||||
}else if(tTmp.txt=="disable")
|
||||
{
|
||||
bUp4.pco=27501
|
||||
tsw bUp4,0
|
||||
@@ -1774,7 +1774,7 @@ Timer tmSerial
|
||||
bStop4.pco=65535
|
||||
bStop4.txt=tTmp.txt
|
||||
tsw bStop4,1
|
||||
}else if(tTmp.txt!="disable")
|
||||
}else if(tTmp.txt=="disable")
|
||||
{
|
||||
bStop4.pco=27501
|
||||
tsw bStop4,0
|
||||
@@ -1786,7 +1786,7 @@ Timer tmSerial
|
||||
bDown4.pco=65535
|
||||
bDown4.txt=tTmp.txt
|
||||
tsw bDown4,1
|
||||
}else if(tTmp.txt!="disable")
|
||||
}else if(tTmp.txt=="disable")
|
||||
{
|
||||
bDown4.pco=27501
|
||||
tsw bDown4,0
|
||||
|
||||
@@ -367,7 +367,7 @@ Timer tmSerial
|
||||
bUp1.txt=tTmp.txt
|
||||
tsw bUp1,1
|
||||
bUp1.pco=65535
|
||||
}else if(tTmp.txt!="disable")
|
||||
}else if(tTmp.txt=="disable")
|
||||
{
|
||||
tsw bUp1,0
|
||||
bUp1.pco=27501
|
||||
@@ -379,7 +379,7 @@ Timer tmSerial
|
||||
bStop1.txt=tTmp.txt
|
||||
tsw bStop1,1
|
||||
bStop1.pco=65535
|
||||
}else if(tTmp.txt!="disable")
|
||||
}else if(tTmp.txt=="disable")
|
||||
{
|
||||
tsw bStop1,0
|
||||
bStop1.pco=27501
|
||||
@@ -391,7 +391,7 @@ Timer tmSerial
|
||||
bDown1.txt=tTmp.txt
|
||||
tsw bDown1,1
|
||||
bDown1.pco=65535
|
||||
}else if(tTmp.txt!="disable")
|
||||
}else if(tTmp.txt=="disable")
|
||||
{
|
||||
tsw bDown1,0
|
||||
bDown1.pco=27501
|
||||
|
||||
Reference in New Issue
Block a user