CHG: shorter sleep from 1000 -> 500

This commit is contained in:
iceman1001 2017-10-10 15:00:37 +02:00
parent 8136decadd
commit 7f544803e7

View file

@ -134,7 +134,7 @@ int main(int argc, char **argv)
fprintf(stderr, "Waiting for Proxmark to appear on %s", serial_port_name);
do {
msleep(1000);
msleep(500);
fprintf(stderr, ".");
} while (!OpenProxmark(0));