mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
more cleanup noticed just now
This commit is contained in:
parent
3eb0238481
commit
acb7de9d8d
4 changed files with 0 additions and 10 deletions
|
@ -694,14 +694,11 @@ static int CmdEMVSmartToNFC(const char *Cmd) {
|
|||
}
|
||||
|
||||
FLAG_SET_MF_SIZE(flags, MIFARE_2K_MAX_BYTES);
|
||||
//snprintf(csize, sizeof(csize), "2K with RATS");
|
||||
//k_sectors_cnt = MIFARE_2K_MAXSECTOR; // todo: delete
|
||||
|
||||
flags |= FLAG_ATQA_IN_DATA;
|
||||
flags |= FLAG_SAK_IN_DATA;
|
||||
|
||||
payload.flags = flags;
|
||||
//payload.flags = 0x1204;
|
||||
payload.exitAfter = 0x1;
|
||||
payload.atqa = 0x0;
|
||||
payload.sak = 0x20;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue