mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-04-17 09:50:05 +08:00
fix: cherry picked fix LF SNOOP not working.
https://github.com/Proxmark/proxmark3/pull/528 https://github.com/Proxmark/proxmark3/issues/514
This commit is contained in:
parent
77bc60bc52
commit
ac4ef684e5
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ bool WaitForResponseTimeoutW(uint32_t cmd, UsbCommand* response, size_t ms_timeo
|
|||
if (msclock() - start_time > 3000 && 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;
|
||||
|
|
Loading…
Add table
Reference in a new issue