mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -07:00
q to k
This commit is contained in:
parent
85ab3650e3
commit
2de475bdd9
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ void RunMod(void) {
|
||||||
SpinDelay(500);
|
SpinDelay(500);
|
||||||
continue;
|
continue;
|
||||||
} else {
|
} else {
|
||||||
Dbprintf("Found card with SAQ: %02X, ATQA: %02X %02X, UID: ", card.sak, card.atqa[0], card.atqa[1]);
|
Dbprintf("Found card with SAK: %02X, ATQA: %02X %02X, UID: ", card.sak, card.atqa[0], card.atqa[1]);
|
||||||
Dbhexdump(card.uidlen, card.uid, 0);
|
Dbhexdump(card.uidlen, card.uid, 0);
|
||||||
state = STATE_EMUL;
|
state = STATE_EMUL;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue