Changed modulation max bit length from 512 to 4096, since we now can get much longer traces

This commit is contained in:
iceman1001 2023-12-01 10:58:33 +01:00
commit bcbe76064d
3 changed files with 12 additions and 9 deletions

View file

@ -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;