]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdlfhid.c
update more demods for graphing
[proxmark3-svn] / client / cmdlfhid.c
index 68e9b07f6dc29891f97b51e2dde50eac0d5b1247..a9693fb2f4f7e87029a77895679ccf4b5b818ee8 100644 (file)
@@ -5,11 +5,12 @@
 // at your option, any later version. See the LICENSE.txt file for the text of
 // the license.
 //-----------------------------------------------------------------------------
-// Low frequency HID commands
+// Low frequency HID commands (known)
 //-----------------------------------------------------------------------------
 
 #include <stdio.h>
 #include <string.h>
+#include "cmdlfhid.h"
 #include "proxmark3.h"
 #include "ui.h"
 #include "graph.h"
@@ -98,6 +99,7 @@ int CmdFSKdemodHID(const char *Cmd)
       (unsigned int) fmtLen, (unsigned int) fc, (unsigned int) cardnum);
   }
   setDemodBuf(BitStream,BitLen,idx);
+  setClockGrid(g_DemodClock, g_DemodStartIdx + (idx*g_DemodClock));
   if (g_debugMode){ 
     PrintAndLog("DEBUG: idx: %d, Len: %d, Printing Demod Buffer:", idx, BitLen);
     printDemodBuff();
Impressum, Datenschutz