From a3ac00b20acccd0433b919b6c2f58299e5306e12 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Sat, 3 Apr 2021 15:44:13 +0200 Subject: [PATCH] hf search - disasbled felica detection #1233 again until felica is table enough --- client/src/cmdhf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/cmdhf.c b/client/src/cmdhf.c index c92fc8fbb..7f53fea57 100644 --- a/client/src/cmdhf.c +++ b/client/src/cmdhf.c @@ -137,6 +137,7 @@ int CmdHFSearch(const char *Cmd) { } } + /* PROMPT_CLEARLINE; PrintAndLogEx(INPLACE, " Searching for FeliCa tag..."); if (IfPm3Felica()) { @@ -146,7 +147,6 @@ int CmdHFSearch(const char *Cmd) { } } - /* PROMPT_CLEARLINE; PrintAndLogEx(INPLACE, " Searching for CryptoRF tag..."); if (IfPm3Iso14443b()) {