mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
Changed modulation max bit length from 512 to 4096, since we now can get much longer traces
This commit is contained in:
parent
17a93a3b1b
commit
bcbe76064d
3 changed files with 12 additions and 9 deletions
|
@ -30,6 +30,9 @@
|
|||
// ignore first x samples of the buffer
|
||||
#define SIGNAL_IGNORE_FIRST_SAMPLES 10
|
||||
|
||||
// Max number of bits when demodulating a signal
|
||||
#define MAX_DEMODULATION_BITS 4096
|
||||
|
||||
// generic
|
||||
typedef struct {
|
||||
int low;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue