add sound

This commit is contained in:
pichet 2022-09-28 14:11:00 +07:00
parent fec97ef9c6
commit 1b93f61a42
64 changed files with 1035 additions and 22 deletions

View file

@ -44,6 +44,12 @@
Var GetAccFlag = 0
Var StepX = 0
If show_eng = "true" Then
PlayLong "/mnt/sdcard/coffeevending/taobin_project/sound_eng/Please_enter_your_4_digits_pin.mp3"
Else
PlayLong "/mnt/sdcard/coffeevending/taobin_project/sound_thai/Please_enter_your_4_digits_pin.mp3"
EndIf
</EventOpen>
<Timeout> 1000 </Timeout>