...
This commit is contained in:
commit
86cc26c752
82 changed files with 19090 additions and 464 deletions
|
|
@ -98,9 +98,6 @@
|
|||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
|
||||
|
||||
If IDCardStatus = "OK" Then
|
||||
If IDCardReady = "OK" Then
|
||||
If IDCardData = "ERROR" Then
|
||||
|
|
@ -242,7 +239,7 @@
|
|||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
|
||||
If IDCardState = "PRESENT" Then
|
||||
If IDCardStatus = "ERROR" Then
|
||||
Var load_gif_stage = "Invisible"
|
||||
|
|
@ -308,6 +305,7 @@
|
|||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
SAVELOG "Liveness Result - Cancel"
|
||||
Open "ROOT/taobin_project/xml/page_catalog2.xml"
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
|
@ -404,7 +402,10 @@
|
|||
<EventLivenessResult>
|
||||
DEBUGVAR LivenessResult
|
||||
If LivenessResult = "pass" Then
|
||||
SAVELOG "Liveness Result - pass"
|
||||
|
||||
Var strlog_liveness = "Liveness Result - pass " + FailTrickCount
|
||||
|
||||
SAVELOG strlog_liveness
|
||||
Else
|
||||
Var FailTrickCount = FailTrickCount + 1
|
||||
Var strlog_liveness = "Liveness Result - fail " + FailTrickCount
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue