]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdlfem4x.c
CHG: some minor changes from @marshmellow42
[proxmark3-svn] / client / cmdlfem4x.c
index d38c25439d539d759bbadb8693342a6ab2ee01f9..b8509c750e7b411d3ad45633532e46402cbd7ebd 100644 (file)
@@ -571,7 +571,6 @@ bool doPreambleSearch(size_t *startIdx){
                if (g_debugMode) PrintAndLog("DEBUG: Error - EM4305 preamble not found :: %d", *startIdx);
                return FALSE;
        } 
-
        return TRUE;
 }
 
@@ -695,7 +694,7 @@ int CmdReadWord(const char *Cmd) {
 
        //attempt demod:
        //need 32 bits from a read word
-       return demodEM4x05resp(32);
+       return demodEM4x05resp(44);
 }
 
 int CmdWriteWord(const char *Cmd) {
Impressum, Datenschutz