mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
CHG: 'LF VISA2000' adding askedgedetection when decoding allows for some traces to be correct demodulated.
This commit is contained in:
parent
3375daee9e
commit
92014925d6
3 changed files with 12 additions and 3 deletions
|
@ -26,8 +26,8 @@
|
|||
#include "loclass/cipherutils.h" // for decimating samples in getsamples
|
||||
|
||||
uint8_t DemodBuffer[MAX_DEMOD_BUF_LEN];
|
||||
uint8_t g_debugMode=0;
|
||||
size_t DemodBufferLen=0;
|
||||
uint8_t g_debugMode = 0;
|
||||
size_t DemodBufferLen = 0;
|
||||
static int CmdHelp(const char *Cmd);
|
||||
|
||||
int usage_data_printdemodbuf(void){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue