add fdx-b to lf search

This commit is contained in:
marshmellow42
2015-06-04 00:04:49 -04:00
parent b2c330b367
commit ecfcb34cc5

View File

@@ -1072,6 +1072,12 @@ int CmdLFfind(const char *Cmd)
return 1;
}
ans=CmdFDXBdemodBI("");
if (ans>0) {
PrintAndLog("\nValid FDX-B ID Found!");
return 1;
}
ans=EM4x50Read("", false);
if (ans>0) {
PrintAndLog("\nValid EM4x50 ID Found!");