Add support for client getting bigbufsize

This commit is contained in:
slurdge
2020-06-10 23:03:03 +02:00
parent df4bdc89ea
commit c11c7ab545
5 changed files with 20 additions and 9 deletions

View File

@@ -79,7 +79,6 @@ int AskEdgeDetect(const int *in, int *out, int len, int threshold);
int demodIdteck(void);
#define MAX_DEMOD_BUF_LEN (1024*128)
#define BIGBUF_SIZE 40000
extern uint8_t DemodBuffer[MAX_DEMOD_BUF_LEN];
extern size_t DemodBufferLen;