X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/8dd0118673540f4f0ca39ae2332dcb3f4bc17c27..078e2bd238dfddb39c33de775f5e0a68657c4504:/client/cmdmain.c 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;