]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdmain.c
Merge branch 'master' into fix_printf
[proxmark3-svn] / client / cmdmain.c
index 739d68e1cbc0beb609f0d858dae78a3ad1438b95..ae059ea281de276c3df004bb1f270cca703a4293 100644 (file)
@@ -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;
Impressum, Datenschutz