Update cmdmain.c

cherry picking at fix for LF SNOOP,
This commit is contained in:
Iceman 2017-12-23 22:14:04 +01:00 committed by GitHub
parent d03fb293bc
commit 097d265091
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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;