]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmddata.c
CHG: lowered the number of bytes collected for T55xxReadBlock. Was 12000 -> 7679
[proxmark3-svn] / client / cmddata.c
index 3e5bea1ff96c391655a7140b74c2f1eaf0d4de80..da7a6de7417448094766fa3b6b4294a8e43a31b8 100644 (file)
@@ -2231,6 +2231,7 @@ int CmdTuneSamples(const char *Cmd)
        while(!WaitForResponseTimeout(CMD_MEASURED_ANTENNA_TUNING, &resp, 2000)) {
                timeout++;
                printf(".");
+               fflush(stdout);
                if (timeout > 7) {
                        PrintAndLog("\nNo response from Proxmark. Aborting...");
                        return 1;
Impressum, Datenschutz