//-----------------------------------------------------------------------------
#include "cmdlfjablotron.h"
+
#include <string.h>
#include <inttypes.h>
#include <stdbool.h>
-#include "proxmark3.h"
+#include "comms.h"
#include "ui.h"
#include "util.h"
#include "graph.h"
return 0;
}
- setDemodBuf(DemodBuffer+ans, 64, 0);
- //setGrid_Clock(64);
+ setDemodBuf(DemodBuffer, 64, ans);
+ setClockGrid(g_DemodClock, g_DemodStartIdx + (ans*g_DemodClock));
//got a good demod
uint32_t raw1 = bytebits_to_byte(DemodBuffer, 32);