Add file
This commit is contained in:
parent
708903acd8
commit
5ddf97c93c
123 changed files with 3203 additions and 828 deletions
|
|
@ -7,6 +7,7 @@
|
|||
<Background> "0xEFEDEA" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
Var Timeout = 0
|
||||
Var countClick = 0
|
||||
Var countClick2 = 0
|
||||
|
||||
|
|
@ -23,7 +24,7 @@
|
|||
EndIf
|
||||
|
||||
</EventOpen>
|
||||
<Timeout> 5000 </Timeout>
|
||||
<Timeout> 2000 </Timeout>
|
||||
<EventTimeout>
|
||||
;SAVELOG MachineErrorDetail
|
||||
Var MachineErrorDetailAll = MachineErrorDetail + " / "
|
||||
|
|
@ -39,6 +40,16 @@
|
|||
|
||||
EndIf
|
||||
|
||||
If Timeout = 0 Then
|
||||
Play "/mnt/sdcard/coffeevending/taobin_project/sound_thai/remove_cup.mp3"
|
||||
EndIf
|
||||
|
||||
Var Timeout = Timeout + 1
|
||||
|
||||
If Timeout > 15 Then
|
||||
Var Timeout = 0
|
||||
EndIf
|
||||
|
||||
Refresh
|
||||
TimerReset
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue