From a622cc5879be5666d1ed9d69e06e0a2d3c85e6d7 Mon Sep 17 00:00:00 2001 From: merlokk <807634+merlokk@users.noreply.github.com> Date: Thu, 23 Dec 2021 19:33:44 +0200 Subject: [PATCH] fix mifate plus exchange bug --- client/src/cmdhf14a.c | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/cmdhf14a.c b/client/src/cmdhf14a.c index 1f65a5fc8..b55043ff9 100644 --- a/client/src/cmdhf14a.c +++ b/client/src/cmdhf14a.c @@ -795,6 +795,7 @@ int ExchangeRAW14a(uint8_t *datain, int datainlen, bool activateField, bool leav if (activateField) { // select with no disconnect and set gs_frame_len int selres = SelectCard14443A_4(false, !silentMode, NULL); + responseNum = 0; if (selres != PM3_SUCCESS) return selres; }