This commit is contained in:
iceman1001
2024-01-04 13:13:54 +01:00
parent ef166a1030
commit dc80ef3713
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -133,7 +133,7 @@ int CmdHFSearch(const char *Cmd) {
if (IfPm3Iso14443a()) {
if (readTopazUid(false, false) == PM3_SUCCESS) {
PrintAndLogEx(SUCCESS, "\nValid " _GREEN_("Topaz tag") " found\n");
success[TOPAZ] = true;
success[TOPAZ] = true;
res = PM3_SUCCESS;
}
}
@@ -209,7 +209,7 @@ int CmdHFSearch(const char *Cmd) {
if (IfPm3Iso14443b()) {
if (readHFCryptoRF(false, false) == PM3_SUCCESS) {
PrintAndLogEx(SUCCESS, "\nValid " _GREEN_("CryptoRF tag") " found\n");
success[CRYPTORF] = true;
success[CRYPTORF] = true;
res = PM3_SUCCESS;
}
}