diff --git a/main.c b/main.c index cc32871f..c8eeb32b 100644 --- a/main.c +++ b/main.c @@ -2328,7 +2328,7 @@ void get_tlm_fc() { printf("Encode_PushData result: %d\n", result); fflush(stdout); - ULONG bpsk_size; + ULONG bpsk_size = 1280; unsigned char bpsk_buffer[bpsk_size]; ctr = 0; long int start_timer = (long int)millis();