fix consent

This commit is contained in:
miggaze 2022-07-04 15:51:40 +07:00
parent 18b6b03d90
commit e060e68b1c
4 changed files with 3 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 151 KiB

After

Width:  |  Height:  |  Size: 173 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 136 KiB

After

Width:  |  Height:  |  Size: 178 KiB

Before After
Before After

View file

@ -543,7 +543,7 @@
If NCIC07_EVENT_CNT = NETCORE_EVENT_CNT_TMP Then
Var NETCORE_EVENT_CNT_X = NETCORE_EVENT_CNT_X + 1
If NETCORE_EVENT_CNT_X >= 5 Then
If NETCORE_EVENT_CNT_X >= 30 Then
Var stop_now = "true"
Var MachineErrorDetailAll = "Netcore Lost"
DEBUGVAR "NCIC07_EVENT_CNT"

View file

@ -33,7 +33,7 @@
Var ShowCountDownBrewing = CountDownBrewing
Var Timeout = Timeout + 1
If Timeout > 60 Then
If Timeout > 30 Then
; goto lid straw
;SAVELOG "Timeout"
;Open "ROOT/taobin_project/xml/page_lid_straw.xml"
@ -78,7 +78,7 @@
<Image>
<X> 158 </X>
<Y> 665 </Y>
<Y> 481 </Y>
<Filename> Var( DirImage + "/img_popup2.png") </Filename>
</Image>