From e793e90803c49617e9a9b1de529ee7c2745cbf74 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Tue, 24 Sep 2019 21:01:44 +0200 Subject: [PATCH] textual --- client/cmdhf.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/client/cmdhf.c b/client/cmdhf.c index c76f62d81..85612f428 100644 --- a/client/cmdhf.c +++ b/client/cmdhf.c @@ -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; }