]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdhf14a.c
FIX: minor fixes to the new feature in "hf 14a reader". Not turning off the field...
[proxmark3-svn] / client / cmdhf14a.c
index 27f0ac3657b9ab7f13f3f3f04d563d37b397d82e..5798fee63c25d2601cd8eadab8518f6da98738a3 100644 (file)
@@ -376,6 +376,7 @@ int CmdHF14AReader(const char *Cmd)
        PrintAndLog(" Answers to chinese magic backdoor commands: %s", (isOK ? "YES" : "NO") );
        
        // disconnect
+       c.cmd = CMD_READER_ISO_14443a;
        c.arg[0] = 0;
        c.arg[1] = 0;
        c.arg[2] = 0;
Impressum, Datenschutz