mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
rename few CMD_* to get some less diversity
This commit is contained in:
parent
cbf5c717f7
commit
a0a232a985
71 changed files with 687 additions and 687 deletions
|
@ -75,7 +75,7 @@ static int CmdCOTAGRead(const char *Cmd) {
|
|||
sscanf(Cmd, "%u", &rawsignal);
|
||||
|
||||
clearCommandBuffer();
|
||||
SendCommandMIX(CMD_COTAG, rawsignal, 0, 0, NULL, 0);
|
||||
SendCommandMIX(CMD_LF_COTAG_READ, rawsignal, 0, 0, NULL, 0);
|
||||
if (!WaitForResponseTimeout(CMD_ACK, NULL, 7000)) {
|
||||
PrintAndLogEx(WARNING, "command execution time out");
|
||||
return PM3_ETIMEOUT;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue