mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-22 06:13:27 -07:00
Add in new version of "waiting for response" string that was reverted in merge
This commit is contained in:
parent
8204c2959b
commit
dcc430b575
1 changed files with 1 additions and 1 deletions
|
@ -341,7 +341,7 @@ bool WaitForResponseTimeoutW(uint64_t cmd, UsbCommand* response, size_t ms_timeo
|
||||||
if (msclock() - start_time > 2000 && show_warning) {
|
if (msclock() - start_time > 2000 && show_warning) {
|
||||||
// 2 seconds elapsed (but this doesn't mean the timeout was exceeded)
|
// 2 seconds elapsed (but this doesn't mean the timeout was exceeded)
|
||||||
PrintAndLog("Waiting for a response from the proxmark...");
|
PrintAndLog("Waiting for a response from the proxmark...");
|
||||||
PrintAndLog("Don't forget to cancel its operation first by pressing on the button");
|
PrintAndLog("You can cancel this operation by pressing the pm3 button");
|
||||||
show_warning = false;
|
show_warning = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue