When timeout is more than 2sec, don't stop at 2sec

This commit is contained in:
Michael Farrell 2017-12-03 16:36:40 +11:00
commit b456793c3a

View file

@ -342,7 +342,7 @@ bool WaitForResponseTimeoutW(uint64_t cmd, UsbCommand* response, size_t ms_timeo
// 2 seconds elapsed (but this doesn't mean the timeout was exceeded)
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;