Fix adv when on boot
This commit is contained in:
parent
ed414e748b
commit
4130450c48
2 changed files with 7 additions and 1 deletions
|
|
@ -959,7 +959,7 @@
|
||||||
1300016 Brew time:sec เวลาชง: วินาที
|
1300016 Brew time:sec เวลาชง: วินาที
|
||||||
1300017 Test grind sizes ทดสอบขนาดบด
|
1300017 Test grind sizes ทดสอบขนาดบด
|
||||||
1300018 Coffee module type : ประเภทชุดกาแฟ :
|
1300018 Coffee module type : ประเภทชุดกาแฟ :
|
||||||
1300019 1. Select grind sizes 1. เลือกขนาดบด
|
1300019 1. Select grind sizes 1. เลือกขนาดการบด
|
||||||
1300020 More coarse หยาบขึ้น
|
1300020 More coarse หยาบขึ้น
|
||||||
1300021 More fine ละเอียดขึ้น
|
1300021 More fine ละเอียดขึ้น
|
||||||
1300022 2. Test grinding 2. ทดสอบการบด
|
1300022 2. Test grinding 2. ทดสอบการบด
|
||||||
|
|
|
||||||
|
Can't render this file because it has a wrong number of fields in line 21.
|
|
|
@ -9,6 +9,7 @@
|
||||||
|
|
||||||
Var AdvTaobinHome = "/mnt/sdcard/coffeevending/taobin_project/adv/taobin_adv_"
|
Var AdvTaobinHome = "/mnt/sdcard/coffeevending/taobin_project/adv/taobin_adv_"
|
||||||
|
|
||||||
|
Var HeadVideoFilename = "-"
|
||||||
If VideoAdvIndex = 1 Then
|
If VideoAdvIndex = 1 Then
|
||||||
Var HeadVideoFilename = AdvTaobinHome + video_menu_0
|
Var HeadVideoFilename = AdvTaobinHome + video_menu_0
|
||||||
EndIf
|
EndIf
|
||||||
|
|
@ -39,6 +40,11 @@
|
||||||
DEBUGVAR video_main_5
|
DEBUGVAR video_main_5
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
|
If HeadVideoFilename = "-" Then
|
||||||
|
DEBUGVAR HeadVideoFilename
|
||||||
|
Var HeadVideoFilename = "/mnt/sdcard/coffeevending/taobin_project/adv/taobin_adv_menu_00"
|
||||||
|
EndIf
|
||||||
|
|
||||||
Var HeadVideoFilename = HeadVideoFilename + ".mp4"
|
Var HeadVideoFilename = HeadVideoFilename + ".mp4"
|
||||||
|
|
||||||
DEBUGVAR VideoAdvIndex
|
DEBUGVAR VideoAdvIndex
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue