mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -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);
|
||||
continue;
|
||||
} 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);
|
||||
state = STATE_EMUL;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue