mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -07:00
chg: forgot one
This commit is contained in:
parent
207fa2b574
commit
a8dbbc1609
1 changed files with 5 additions and 2 deletions
|
@ -1781,8 +1781,11 @@ int CmdHF14AMfUDump(const char *Cmd){
|
||||||
PrintAndLogEx(FAILED, "Data exceeded Buffer size!");
|
PrintAndLogEx(FAILED, "Data exceeded Buffer size!");
|
||||||
bufferSize = sizeof(data);
|
bufferSize = sizeof(data);
|
||||||
}
|
}
|
||||||
GetFromBigBuf(data, bufferSize, startindex);
|
|
||||||
WaitForResponse(CMD_ACK, NULL);
|
if ( !GetFromBigBuf(data, bufferSize, startindex, NULL, 2500, false) ) {
|
||||||
|
PrintAndLogEx(WARNING, "command execution time out");
|
||||||
|
return 1;
|
||||||
|
}
|
||||||
|
|
||||||
bool is_partial = (pages == bufferSize/4);
|
bool is_partial = (pages == bufferSize/4);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue