deleted condition in iso14a select (sak & 0x20 ==0) - error. Usually SAK = 88
This commit is contained in:
parent
a2bb2735d5
commit
c5e9a0212e
@ -1817,7 +1817,8 @@ int iso14443a_select_card(byte_t *uid_ptr, iso14a_card_select_t *p_hi14a_card, u
|
|||||||
}
|
}
|
||||||
|
|
||||||
// non iso14443a compliant tag
|
// non iso14443a compliant tag
|
||||||
if( (sak & 0x20) == 0) return 2;
|
// now not work
|
||||||
|
//if( (sak & 0x20) == 0) return 2;
|
||||||
|
|
||||||
if (!no_rats) {
|
if (!no_rats) {
|
||||||
// Request for answer to select
|
// Request for answer to select
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user