mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-19 21:03:23 -07:00
now SAK check is OK
This commit is contained in:
parent
c5e9a0212e
commit
89ec86abd2
1 changed files with 2 additions and 2 deletions
|
@ -1817,8 +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
|
||||||
// now not work
|
// https://www.nxp.com/docs/en/application-note/AN10834.pdf page 7
|
||||||
//if( (sak & 0x20) == 0) return 2;
|
if( (sak & 0x20) != 0) return 2;
|
||||||
|
|
||||||
if (!no_rats) {
|
if (!no_rats) {
|
||||||
// Request for answer to select
|
// Request for answer to select
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue