From 9588dbe98bcb2c1316bfe3ec6a240975f5285b3d Mon Sep 17 00:00:00 2001 From: Tim Date: Tue, 14 Nov 2017 19:55:07 +0100 Subject: [PATCH] increase NESTED_SECTOR_RETRY value to get all keys --- client/cmdhfmf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/cmdhfmf.c b/client/cmdhfmf.c index eed6b34c..6dde7f97 100644 --- a/client/cmdhfmf.c +++ b/client/cmdhfmf.c @@ -26,7 +26,7 @@ #include "mifare.h" #include "mfkey.h" -#define NESTED_SECTOR_RETRY 10 // how often we try mfested() until we give up +#define NESTED_SECTOR_RETRY 200 // how often we try mfested() until we give up static int CmdHelp(const char *Cmd);