Before pull

This commit is contained in:
wanlop run 2024-08-13 14:19:07 +07:00
parent 737ff9cf8f
commit adcfb7273b
21 changed files with 68313 additions and 18324 deletions

View file

@ -3,4 +3,5 @@ Var buttonRemoveCup = "Enable
Var CheckCupStateDoorCupClose = "-"
Var CheckCupStateDoorCupCloseCnt = 0
Var CoundUpDelayCertainStage = 0
Var TimeoutForProtectButtonHideLongTime = 0
Var TimeoutForProtectButtonHideLongTime = 0
Var Timeout = 0

View file

@ -25,6 +25,21 @@
EndIf
EndIf
If show_eng = "true" Then
Else
If Timeout = 0 Then
If buttonRemoveCup = "Enable" Then
If CupChecking = "false" Then
If DoorCupPosition = "bottom" Then
Play "/mnt/sdcard/coffeevending/taobin_project/sound_thai/remove_cup.mp3"
EndIf
EndIf
EndIf
EndIf
EndIf
Var Timeout = Timeout + 1
If Timeout > 15 Then
@ -100,17 +115,3 @@
EndIf
EndIf
If show_eng = "true" Then
Else
If Timeout = 0 Then
If buttonRemoveCup = "Enable" Then
If CupChecking = "false" Then
If DoorCupPosition = "bottom" Then
Play "/mnt/sdcard/coffeevending/taobin_project/sound_thai/remove_cup.mp3"
EndIf
EndIf
EndIf
EndIf
EndIf