mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
CHG: shorter sleep from 1000 -> 500
This commit is contained in:
parent
8136decadd
commit
7f544803e7
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue