From 097d265091747a92c2885bc7a2477486d03cf16f Mon Sep 17 00:00:00 2001 From: Iceman Date: Sat, 23 Dec 2017 22:14:04 +0100 Subject: [PATCH] Update cmdmain.c cherry picking at fix for LF SNOOP, --- client/cmdmain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/cmdmain.c b/client/cmdmain.c index 739d68e1..ae059ea2 100644 --- a/client/cmdmain.c +++ b/client/cmdmain.c @@ -172,7 +172,7 @@ bool WaitForResponseTimeoutW(uint32_t cmd, UsbCommand* response, size_t ms_timeo if (msclock() - start_time > 2000 && show_warning) { PrintAndLog("Waiting for a response from the proxmark..."); PrintAndLog("Don't forget to cancel its operation first by pressing on the button"); - break; + show_warning = false; } } return false; -- 2.39.2