fix: cotag use NG

This commit is contained in:
iceman1001
2019-11-04 15:42:28 +01:00
parent c1e88f1a9b
commit 68ac8dd979
2 changed files with 3 additions and 3 deletions

View File

@@ -86,7 +86,7 @@ static int CmdCOTAGRead(const char *Cmd) {
clearCommandBuffer();
SendCommandMIX(CMD_LF_COTAG_READ, rawsignal, 0, 0, NULL, 0);
if (!WaitForResponseTimeout(CMD_ACK, NULL, 7000)) {
if (!WaitForResponseTimeout(CMD_LF_COTAG_READ, NULL, 7000)) {
PrintAndLogEx(WARNING, "command execution time out");
return PM3_ETIMEOUT;
}