From e3f20bb07527cb87c4c472e0c0736fe39ad8e45c Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Thu, 23 May 2024 10:30:21 -0400 Subject: [PATCH] Update main.h larger buffer --- main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.h b/main.h index 46cab984..b7091101 100644 --- a/main.h +++ b/main.h @@ -106,7 +106,7 @@ short int buffer[2336400]; // max size for 10 frames count of BPSK FILE *sopen(const char *program); FILE *telem_file; int adc_file; -#define BUFFER_SIZE 2^16 +#define BUFFER_SIZE 2^18 uint8_t adc_buffer[BUFFER_SIZE]; unsigned long int wav_position = 0;