CHG: temporary disable hitag2_uid detection. Loop times out sometimes.

This commit is contained in:
iceman1001 2017-01-31 22:38:02 +01:00
commit bdf387c7ef
3 changed files with 22 additions and 21 deletions

View file

@ -19,11 +19,10 @@ int CmdCOTAGRead(const char *Cmd) {
clearCommandBuffer();
SendCommand(&c);
if ( !WaitForResponseTimeout(CMD_ACK, NULL, 2500) ) {
//PrintAndLog("command execution time out");
PrintAndLog("command execution time out");
return 1;
}
getSamples("", true);
//return CmdFSKdemodAWID(Cmd);
getSamples("20000", true);
return 0;
}