mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-22 22:33:48 -07:00
working handshake flow... just needs cleanup, now
This commit is contained in:
parent
174b846e99
commit
9c2f71be86
1 changed files with 1 additions and 1 deletions
|
@ -722,7 +722,7 @@ static int CmdEMVSmartToNFC(const char *Cmd) {
|
||||||
memcpy(payload.uid, uid, uid_len);
|
memcpy(payload.uid, uid, uid_len);
|
||||||
payload.flags = 0x0204;
|
payload.flags = 0x0204;
|
||||||
payload.exitAfter = 0x1;
|
payload.exitAfter = 0x1;
|
||||||
payload.atqa = 0x3;
|
payload.atqa = 0x0;
|
||||||
payload.sak = 0x0;
|
payload.sak = 0x0;
|
||||||
|
|
||||||
clearCommandBuffer();
|
clearCommandBuffer();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue