mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-12 10:16:52 +08:00
textual
This commit is contained in:
parent
878e394cde
commit
e793e90803
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()) {
|
||||
// ans = CmdHFFelicaReader("s");
|
||||
// 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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue