mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2026-02-12 16:17:13 +01:00
fix bugs on popupThermo (add nextion2text)
This commit is contained in:
committed by
github-actions[bot]
parent
692b42a0d4
commit
1397b7de5e
@@ -100,6 +100,58 @@
|
||||
│ crcputs sys0,2
|
||||
│ crcputs tSend.txt,0
|
||||
│ //send cmd
|
||||
├── popupFan.txt
|
||||
│ @@ -240,15 +240,15 @@
|
||||
│ Events
|
||||
│ Touch Press Event
|
||||
│ //craft command
|
||||
│ tSend.txt="event,buttonPress2,"
|
||||
│ tSend.txt+=entn.txt+","
|
||||
│ sys2=vaModePos.val-3
|
||||
│ covx sys2,tTmp.txt,0,0
|
||||
│ - tSend.txt+="mode-preset_modes,"+tTmp.txt
|
||||
│ + tSend.txt+="mode-sel,"+tTmp.txt
|
||||
│ //send calc crc
|
||||
│ btlen tSend.txt,sys0
|
||||
│ crcrest 1,0xffff // reset CRC
|
||||
│ crcputh 55 bb
|
||||
│ crcputs sys0,2
|
||||
│ crcputs tSend.txt,0
|
||||
│ //send cmd
|
||||
│ @@ -270,15 +270,15 @@
|
||||
│ Events
|
||||
│ Touch Press Event
|
||||
│ //craft command
|
||||
│ tSend.txt="event,buttonPress2,"
|
||||
│ tSend.txt+=entn.txt+","
|
||||
│ sys2=vaModePos.val-1
|
||||
│ covx sys2,tTmp.txt,0,0
|
||||
│ - tSend.txt+="mode-preset_modes,"+tTmp.txt
|
||||
│ + tSend.txt+="mode-sel,"+tTmp.txt
|
||||
│ //send calc crc
|
||||
│ btlen tSend.txt,sys0
|
||||
│ crcrest 1,0xffff // reset CRC
|
||||
│ crcputh 55 bb
|
||||
│ crcputs sys0,2
|
||||
│ crcputs tSend.txt,0
|
||||
│ //send cmd
|
||||
│ @@ -300,15 +300,15 @@
|
||||
│ Events
|
||||
│ Touch Press Event
|
||||
│ //craft command
|
||||
│ tSend.txt="event,buttonPress2,"
|
||||
│ tSend.txt+=entn.txt+","
|
||||
│ sys2=vaModePos.val-2
|
||||
│ covx sys2,tTmp.txt,0,0
|
||||
│ - tSend.txt+="mode-preset_modes,"+tTmp.txt
|
||||
│ + tSend.txt+="mode-sel,"+tTmp.txt
|
||||
│ //send calc crc
|
||||
│ btlen tSend.txt,sys0
|
||||
│ crcrest 1,0xffff // reset CRC
|
||||
│ crcputh 55 bb
|
||||
│ crcputs sys0,2
|
||||
│ crcputs tSend.txt,0
|
||||
│ //send cmd
|
||||
├── screensaver.txt
|
||||
│ @@ -620,26 +620,14 @@
|
||||
│ vis tNotifyHead,1
|
||||
|
||||
Reference in New Issue
Block a user