mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-21 04:29:53 +08:00
yes
This commit is contained in:
commit
36676aac23
1 changed files with 3 additions and 1 deletions
|
@ -138,6 +138,7 @@ int CmdHFSearch(const char *Cmd) {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// PrintAndLogEx(INPLACE, "Searching for FeliCa tag...");
|
||||||
//if (IfPm3Felica()) {
|
//if (IfPm3Felica()) {
|
||||||
// ans = CmdHFFelicaReader("s");
|
// ans = CmdHFFelicaReader("s");
|
||||||
// if (ans) {
|
// if (ans) {
|
||||||
|
@ -147,7 +148,8 @@ int CmdHFSearch(const char *Cmd) {
|
||||||
//}
|
//}
|
||||||
|
|
||||||
|
|
||||||
PrintAndLogEx(FAILED, "\nNo known/supported 13.56 MHz tags found\n");
|
PrintAndLogEx(INPLACE, "No known/supported 13.56 MHz tags found");
|
||||||
|
PrintAndLogEx(NORMAL, "");
|
||||||
return PM3_ESOFT;
|
return PM3_ESOFT;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue