mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-22 06:13:51 -07:00
hf search - disasbled felica detection #1233 again until felica is table enough
This commit is contained in:
parent
b6ab166377
commit
a3ac00b20a
1 changed files with 1 additions and 1 deletions
|
@ -137,6 +137,7 @@ int CmdHFSearch(const char *Cmd) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
PROMPT_CLEARLINE;
|
PROMPT_CLEARLINE;
|
||||||
PrintAndLogEx(INPLACE, " Searching for FeliCa tag...");
|
PrintAndLogEx(INPLACE, " Searching for FeliCa tag...");
|
||||||
if (IfPm3Felica()) {
|
if (IfPm3Felica()) {
|
||||||
|
@ -146,7 +147,6 @@ int CmdHFSearch(const char *Cmd) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
PROMPT_CLEARLINE;
|
PROMPT_CLEARLINE;
|
||||||
PrintAndLogEx(INPLACE, " Searching for CryptoRF tag...");
|
PrintAndLogEx(INPLACE, " Searching for CryptoRF tag...");
|
||||||
if (IfPm3Iso14443b()) {
|
if (IfPm3Iso14443b()) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue