]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdhftopaz.c
ADD: Added the autodetection of Topaz to "HF SEARCH"
[proxmark3-svn] / client / cmdhftopaz.c
index 462cbec51583ce6942fc8734b94e4ec10bc75fbf..b4e47482da627dc6a110c97171afc9287c8a191d 100644 (file)
@@ -306,6 +306,7 @@ int CmdHFTopazReader(const char *Cmd) {
                        topaz_tag.uid[2], 
                        topaz_tag.uid[1], 
                        topaz_tag.uid[0]);
+                       
        PrintAndLog("       UID[6] (Manufacturer Byte) = %02x, Manufacturer: %s", 
                        topaz_tag.uid[6], 
                        getTagInfo(topaz_tag.uid[6]));
Impressum, Datenschutz