Automated upgrades SendCommandOLD/MIX 0,0,0,NULL,0 -> NG and SendCommandOLD ....,NULL,0 -> MIX
This commit is contained in:
@@ -75,7 +75,7 @@ static int CmdCOTAGRead(const char *Cmd) {
|
||||
sscanf(Cmd, "%u", &rawsignal);
|
||||
|
||||
clearCommandBuffer();
|
||||
SendCommandOLD(CMD_COTAG, rawsignal, 0, 0, NULL, 0);
|
||||
SendCommandMIX(CMD_COTAG, rawsignal, 0, 0, NULL, 0);
|
||||
if (!WaitForResponseTimeout(CMD_ACK, NULL, 7000)) {
|
||||
PrintAndLogEx(WARNING, "command execution time out");
|
||||
return -1;
|
||||
|
||||
Reference in New Issue
Block a user