]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
CHG: reading a complete MIM1024 takes about 2.8sec. This timeout is changed to 3sec...
authoriceman1001 <iceman@iuse.se>
Tue, 4 Oct 2016 19:41:21 +0000 (21:41 +0200)
committericeman1001 <iceman@iuse.se>
Tue, 4 Oct 2016 19:41:21 +0000 (21:41 +0200)
client/cmdhflegic.c

index 1331386692ed3a3b47e44f9fc1570391fc7a2162..4f06b96adf2ebf97917b27d5d1a0a4ac52b51efc 100644 (file)
@@ -417,7 +417,7 @@ int CmdLegicRFRead(const char *Cmd) {
        clearCommandBuffer();
        SendCommand(&c);
        UsbCommand resp;
-       if (WaitForResponseTimeout(CMD_ACK, &resp, 2500)) {
+       if (WaitForResponseTimeout(CMD_ACK, &resp, 3000)) {
                uint8_t isOK = resp.arg[0] & 0xFF;
                uint16_t readlen = resp.arg[1];
                 if ( isOK ) {
Impressum, Datenschutz