This commit is contained in:
iceman1001 2019-09-24 21:01:44 +02:00
parent 878e394cde
commit e793e90803

View file

@ -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;
} }