mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
forgotten
This commit is contained in:
parent
53b42d0069
commit
e426699c5d
1 changed files with 5 additions and 5 deletions
|
@ -140,7 +140,7 @@ int CmdHFSearch(const char *Cmd) {
|
||||||
PROMPT_CLEARLINE;
|
PROMPT_CLEARLINE;
|
||||||
PrintAndLogEx(INPLACE, " Searching for ISO14443-B tag...");
|
PrintAndLogEx(INPLACE, " Searching for ISO14443-B tag...");
|
||||||
if (IfPm3Iso14443b()) {
|
if (IfPm3Iso14443b()) {
|
||||||
if (readHF14B(false) == 1) {
|
if (readHF14B(false, false) == PM3_SUCCESS) {
|
||||||
PrintAndLogEx(SUCCESS, "\nValid " _GREEN_("ISO 14443-B tag") " found\n");
|
PrintAndLogEx(SUCCESS, "\nValid " _GREEN_("ISO 14443-B tag") " found\n");
|
||||||
res = PM3_SUCCESS;
|
res = PM3_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue