DO brew adv

This commit is contained in:
kong 2022-12-25 22:46:17 +07:00
parent 8d9fd45683
commit ed21039789
9 changed files with 7 additions and 2 deletions

View file

@ -296,7 +296,6 @@
Var CreditCardVoid = 0
;READ_FILE "/mnt/sdcard/coffeevending/CampaignEnable" CampaignEnableStr
If CampaignEnableStr = "true" Then
Var CampaignEnable = 1
Var CampaignVideoTimeCountDown = 14
@ -1011,6 +1010,7 @@
DEBUGVAR CountUpBrewing
; animation video loop
If AnimationOn = "true" Then
If CampaignEnable = 1 Then
If CampaignVideoTimeCountDown > 0 Then
Var CampaignVideoTimeCountDown = CampaignVideoTimeCountDown - 1