- add led v4 animations - extend timeout page test color - add elock
button for newui
This commit is contained in:
parent
3b1cda6b64
commit
05543413ec
26 changed files with 705 additions and 406 deletions
|
|
@ -206,12 +206,23 @@
|
|||
TRY "/mnt/sdcard/coffeevending/taobin_project/xml/sometime/script_thankyou.ev"
|
||||
SAVELOG "============================================== Thankyou.xml ====================================="
|
||||
Var TimeoutThankyou = 0
|
||||
|
||||
Var StartLEDBrewingAnimation = 0
|
||||
Var LEDv4CountDownValue = 9999999
|
||||
If FrontDoorVersionInt > 19999 Then
|
||||
|
||||
TRY "ROOT/taobin_project/xml/process/temp_ledv4_page_thankyou.ev"
|
||||
EndIf
|
||||
|
||||
|
||||
</EventOpen>
|
||||
<Timeout> 1000 </Timeout>
|
||||
<EventTimeout>
|
||||
|
||||
Var CountDownBrewing = BREW_CNT
|
||||
|
||||
TRY "ROOT/taobin_project/xml/process/ledv4_process.ev"
|
||||
|
||||
Var TimeoutThankyou = TimeoutThankyou + 1
|
||||
If TimeoutThankyou = TimeoutToNext Then
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue