fixed more bad checksums (add nextion2text)

This commit is contained in:
joBr99
2022-04-22 17:03:53 +00:00
committed by github-actions[bot]
parent ab032d2b9e
commit 6de082906f
10 changed files with 457 additions and 106 deletions

View File

@@ -587,7 +587,7 @@ Button bDown
btlen tSend.txt,sys0
crcrest 1,0xffff // reset CRC
crcputh 55 bb
crcputs sys0,1
crcputs sys0,2
crcputs tSend.txt,0
//send cmd
printh 55 bb
@@ -641,7 +641,7 @@ Button bUp
btlen tSend.txt,sys0
crcrest 1,0xffff // reset CRC
crcputh 55 bb
crcputs sys0,1
crcputs sys0,2
crcputs tSend.txt,0
//send cmd
printh 55 bb
@@ -744,7 +744,7 @@ Dual-state Button bt0
btlen tSend.txt,sys0
crcrest 1,0xffff // reset CRC
crcputh 55 bb
crcputs sys0,1
crcputs sys0,2
crcputs tSend.txt,0
//send cmd
printh 55 bb
@@ -793,7 +793,7 @@ Dual-state Button bt1
btlen tSend.txt,sys0
crcrest 1,0xffff // reset CRC
crcputh 55 bb
crcputs sys0,1
crcputs sys0,2
crcputs tSend.txt,0
//send cmd
printh 55 bb
@@ -842,7 +842,7 @@ Dual-state Button bt2
btlen tSend.txt,sys0
crcrest 1,0xffff // reset CRC
crcputh 55 bb
crcputs sys0,1
crcputs sys0,2
crcputs tSend.txt,0
//send cmd
printh 55 bb
@@ -891,7 +891,7 @@ Dual-state Button bt3
btlen tSend.txt,sys0
crcrest 1,0xffff // reset CRC
crcputh 55 bb
crcputs sys0,1
crcputs sys0,2
crcputs tSend.txt,0
//send cmd
printh 55 bb
@@ -940,7 +940,7 @@ Dual-state Button bt4
btlen tSend.txt,sys0
crcrest 1,0xffff // reset CRC
crcputh 55 bb
crcputs sys0,1
crcputs sys0,2
crcputs tSend.txt,0
//send cmd
printh 55 bb
@@ -989,7 +989,7 @@ Dual-state Button bt5
btlen tSend.txt,sys0
crcrest 1,0xffff // reset CRC
crcputh 55 bb
crcputs sys0,1
crcputs sys0,2
crcputs tSend.txt,0
//send cmd
printh 55 bb
@@ -1038,7 +1038,7 @@ Dual-state Button bt6
btlen tSend.txt,sys0
crcrest 1,0xffff // reset CRC
crcputh 55 bb
crcputs sys0,1
crcputs sys0,2
crcputs tSend.txt,0
//send cmd
printh 55 bb
@@ -1087,7 +1087,7 @@ Dual-state Button bt7
btlen tSend.txt,sys0
crcrest 1,0xffff // reset CRC
crcputh 55 bb
crcputs sys0,1
crcputs sys0,2
crcputs tSend.txt,0
//send cmd
printh 55 bb
@@ -1136,7 +1136,7 @@ Dual-state Button bt8
btlen tSend.txt,sys0
crcrest 1,0xffff // reset CRC
crcputh 55 bb
crcputs sys0,1
crcputs sys0,2
crcputs tSend.txt,0
//send cmd
printh 55 bb

View File

@@ -22,10 +22,6 @@ screensaver
35 Component(s)
292 Line(s) of event code
235 Unique line(s) of event code
popupLight
27 Component(s)
338 Line(s) of event code
183 Unique line(s) of event code
pageStartup
19 Component(s)
150 Line(s) of event code
@@ -37,15 +33,19 @@ popupNotify
popupShutter
19 Component(s)
191 Line(s) of event code
108 Unique line(s) of event code
cardThermo
41 Component(s)
442 Line(s) of event code
247 Unique line(s) of event code
107 Unique line(s) of event code
popupLight
27 Component(s)
338 Line(s) of event code
182 Unique line(s) of event code
cardAlarm
35 Component(s)
343 Line(s) of event code
214 Unique line(s) of event code
cardThermo
41 Component(s)
442 Line(s) of event code
248 Unique line(s) of event code
cardEntities
62 Component(s)
964 Line(s) of event code

View File

@@ -37,7 +37,7 @@ Page popupLight
btlen tSend.txt,sys0
crcrest 1,0xffff // reset CRC
crcputh 55 bb
crcputs sys0,1
crcputs sys0,2
crcputs tSend.txt,0
//send cmd
printh 55 bb

View File

@@ -37,7 +37,7 @@ Page popupShutter
btlen tSend.txt,sys0
crcrest 1,0xffff // reset CRC
crcputh 55 bb
crcputs sys0,1
crcputs sys0,2
crcputs tSend.txt,0
//send cmd
printh 55 bb