mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-07-30 19:40:37 -07:00
change out some non-breaking wait for response from some command which shouldnt have it. Sniff / simulate / bruteforce should have it. and some minor text / style
This commit is contained in:
parent
4584c92fc4
commit
ff765f569f
40 changed files with 109 additions and 69 deletions
|
@ -1179,7 +1179,9 @@ static void hf15EmlClear(void) {
|
|||
clearCommandBuffer();
|
||||
SendCommandNG(CMD_HF_ISO15693_EML_CLEAR, NULL, 0);
|
||||
PacketResponseNG resp;
|
||||
WaitForResponse(CMD_HF_ISO15693_EML_CLEAR, &resp);
|
||||
if (WaitForResponseTimeout(CMD_HF_ISO15693_EML_CLEAR, &resp, 2500) == false) {
|
||||
PrintAndLogEx(WARNING, "timeout while waiting for reply.");
|
||||
}
|
||||
}
|
||||
|
||||
static int hf15EmlSetMem(const uint8_t *data, uint16_t count, size_t offset) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue