fix mfp behavior in info command

This commit is contained in:
merlokk
2020-03-31 19:13:03 +03:00
parent aba229716b
commit 6d3c13c49a
2 changed files with 3 additions and 2 deletions

View File

@@ -557,6 +557,7 @@ int ExchangeRAW14a(uint8_t *datain, int datainlen, bool activateField, bool leav
if (activateField) {
PacketResponseNG resp;
responseNum = 0;
// Anticollision + SELECT card
SendCommandMIX(CMD_HF_ISO14443A_READER, ISO14A_CONNECT | ISO14A_NO_DISCONNECT, 0, 0, NULL, 0);