projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
CHG: lowered the timout again, but re-added the spindelay since 14a requires 5ms...
[proxmark3-svn]
/
client
/
cmdlfti.c
diff --git
a/client/cmdlfti.c
b/client/cmdlfti.c
index 5997b5f65a6c74b8411cabb7b76aa88fb3f072b7..2e5cfbba03b983393fd581fbee19158d01432f54 100644
(file)
--- a/
client/cmdlfti.c
+++ b/
client/cmdlfti.c
@@
-205,6
+205,9
@@
int CmdTIDemod(const char *Cmd)
GraphBuffer[maxPos] = 800;
GraphBuffer[maxPos+1] = -800;
}
GraphBuffer[maxPos] = 800;
GraphBuffer[maxPos+1] = -800;
}
+
+ RepaintGraphWindow();
+
PrintAndLog("Info: raw tag bits = %s", bits);
TagType = (shift3>>8)&0xff;
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("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 {
}
else {
Impressum
,
Datenschutz