This commit is contained in:
kong 2022-04-05 21:41:05 +07:00
parent 0fba08e702
commit 0d74111b97
11 changed files with 1414 additions and 376 deletions

View file

@ -341,6 +341,7 @@
Var Timeout = Timeout + 1
If MOVE_CUP_TO_DOOR = "true" Then
Var MOVE_CUP_TO_DOOR = "false"
EndIf
@ -360,8 +361,18 @@
EndIf
EndIf
If Timeout = 4 Then
PlayLong "/mnt/sdcard/coffeevending/taobin_project/sounds/music1.mp3"
If EnableSelectMenuBetweenBrew = "Enable" Then
If Timeout = 5 Then
PlayLong "/mnt/sdcard/coffeevending/taobin_project/sound_thai/next_drink.mp3"
EndIf
If Timeout = 9 Then
PlayLong "/mnt/sdcard/coffeevending/taobin_project/sounds/music1.mp3"
EndIf
Else
If Timeout = 4 Then
PlayLong "/mnt/sdcard/coffeevending/taobin_project/sounds/music1.mp3"
EndIf
EndIf
; run test;