mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-20 05:13:22 -07:00
update more demods for graphing
still todo fsk based tag demods (like HID, AWID, IO, Pyramid...)
This commit is contained in:
parent
b8fdac9e6f
commit
9fe4507c03
20 changed files with 48 additions and 33 deletions
|
@ -159,6 +159,8 @@ int CmdFdxDemod(const char *Cmd){
|
|||
|
||||
// set and leave DemodBuffer intact
|
||||
setDemodBuf(DemodBuffer, 128, preambleIndex);
|
||||
setClockGrid(g_DemodClock, g_DemodStartIdx + (preambleIndex*g_DemodClock));
|
||||
|
||||
uint8_t bits_no_spacer[117];
|
||||
memcpy(bits_no_spacer, DemodBuffer + 11, 117);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue