FIX: increased the limit to 0xE6 for MIFARE_ULEV1_FASTREAD

ADD: @marshmellows inital "hf search" command...
This commit is contained in:
iceman1001 2015-05-12 18:57:47 +02:00
commit b6901e17c8
2 changed files with 20 additions and 1 deletions

View file

@ -14,4 +14,5 @@
int CmdHF(const char *Cmd);
int CmdHFTune(const char *Cmd);
int CmdHFList(const char *Cmd);
int CmdHFSearch(const char *Cmd);
#endif