]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
CHG: A repaint the plot window should be done to make sure its visual.
authoriceman1001 <iceman@iuse.se>
Wed, 31 Aug 2016 17:24:18 +0000 (19:24 +0200)
committericeman1001 <iceman@iuse.se>
Wed, 31 Aug 2016 17:24:18 +0000 (19:24 +0200)
client/cmdlfti.c

index 5997b5f65a6c74b8411cabb7b76aa88fb3f072b7..2e5cfbba03b983393fd581fbee19158d01432f54 100644 (file)
@@ -205,6 +205,9 @@ int CmdTIDemod(const char *Cmd)
                GraphBuffer[maxPos] = 800;
                GraphBuffer[maxPos+1] = -800;
        }
+
+       RepaintGraphWindow();
+       
        PrintAndLog("Info: raw tag bits = %s", bits);
 
        TagType = (shift3>>8)&0xff;
@@ -254,7 +257,7 @@ int CmdTIDemod(const char *Cmd)
                PrintAndLog("Tag data = %08X%08X  [Crc %04X %s]", shift1, shift0, crc, crcStr );
 
                if (crc != (shift2&0xffff))
-                       PrintAndLog("Error: CRC mismatch, calculated %04X, got ^04X", crc, shift2&0xffff);
+                       PrintAndLog("Error: CRC mismatch, calculated %04X, got %04X", crc, shift2&0xffff);
    
        }
        else {
Impressum, Datenschutz