mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 13:00:42 -07:00
CHG: increased timeout when calling "hw tune".
This commit is contained in:
parent
9f8fc207a2
commit
a0048c6967
1 changed files with 1 additions and 1 deletions
|
@ -2047,7 +2047,7 @@ int CmdTuneSamples(const char *Cmd)
|
||||||
clearCommandBuffer();
|
clearCommandBuffer();
|
||||||
SendCommand(&c);
|
SendCommand(&c);
|
||||||
UsbCommand resp;
|
UsbCommand resp;
|
||||||
while(!WaitForResponseTimeout(CMD_MEASURED_ANTENNA_TUNING,&resp,1000)) {
|
while(!WaitForResponseTimeout(CMD_MEASURED_ANTENNA_TUNING, &resp, 2000)) {
|
||||||
timeout++;
|
timeout++;
|
||||||
printf(".");
|
printf(".");
|
||||||
if (timeout > 7) {
|
if (timeout > 7) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue