From 7b2adb130544daf7735f0f2bf491b099d119d6d2 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Tue, 27 Apr 2021 15:20:04 +0200 Subject: [PATCH] lf search - textual --- client/src/cmdlf.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/client/src/cmdlf.c b/client/src/cmdlf.c index a20bbf758..b4fcec9e2 100644 --- a/client/src/cmdlf.c +++ b/client/src/cmdlf.c @@ -1363,16 +1363,16 @@ int CmdLFfind(const char *Cmd) { return PM3_ESOFT; } + if (search_cont) { + PrintAndLogEx(INFO, "Continuous search enabled"); + } + PrintAndLogEx(NORMAL, ""); PrintAndLogEx(INFO, "NOTE: some demods output possible binary"); PrintAndLogEx(INFO, "if it finds something that looks like a tag"); PrintAndLogEx(INFO, "False Positives " _YELLOW_("ARE") " possible"); PrintAndLogEx(INFO, ""); PrintAndLogEx(INFO, "Checking for known tags..."); - if (search_cont) - PrintAndLogEx(INFO, "We'll go over all possible demods"); - else - PrintAndLogEx(INFO, "We'll stop at first hit"); PrintAndLogEx(INFO, ""); // only run these tests if device is online