mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-11 09:07:00 -07:00
deleted condition in iso14a select (sak & 0x20 ==0) - error. Usually SAK = 88
This commit is contained in:
parent
a2bb2735d5
commit
c5e9a0212e
1 changed files with 2 additions and 1 deletions
|
@ -1817,7 +1817,8 @@ int iso14443a_select_card(byte_t *uid_ptr, iso14a_card_select_t *p_hi14a_card, u
|
|||
}
|
||||
|
||||
// non iso14443a compliant tag
|
||||
if( (sak & 0x20) == 0) return 2;
|
||||
// now not work
|
||||
//if( (sak & 0x20) == 0) return 2;
|
||||
|
||||
if (!no_rats) {
|
||||
// Request for answer to select
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue