This commit is contained in:
le King 2017-12-07 19:43:58 +00:00 committed by GitHub
commit 0bff021527

View file

@ -26,7 +26,7 @@
#include "mifare.h" #include "mifare.h"
#include "mfkey.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); static int CmdHelp(const char *Cmd);