From b6afe35baa7115f1f227f8cccba351275ccdec82 Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Thu, 14 Jan 2016 20:49:28 +0000 Subject: [PATCH] Increase buffer sizes considerably. --- IO.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/IO.cpp b/IO.cpp index cd88049..ace8b07 100644 --- a/IO.cpp +++ b/IO.cpp @@ -32,8 +32,8 @@ const uint16_t GMSK_FILTER_LEN = 12U; const uint16_t DC_OFFSET = 2048U; -const uint16_t TX_BUFFER_SIZE = 451U; -const uint16_t RX_BUFFER_SIZE = 301U; +const uint16_t TX_BUFFER_SIZE = 1001U; +const uint16_t RX_BUFFER_SIZE = 501U; #if defined(__SAM3X8E__) // An Arduino Due