working handshake flow... just needs cleanup, now

This commit is contained in:
n-hutton 2024-09-16 16:11:44 +01:00
commit 9c2f71be86

View file

@ -722,7 +722,7 @@ static int CmdEMVSmartToNFC(const char *Cmd) {
memcpy(payload.uid, uid, uid_len);
payload.flags = 0x0204;
payload.exitAfter = 0x1;
payload.atqa = 0x3;
payload.atqa = 0x0;
payload.sak = 0x0;
clearCommandBuffer();