mirror of https://github.com/g4klx/MMDVM.git
Increase buffer sizes considerably.
This commit is contained in:
parent
220eb9b2e7
commit
b6afe35baa
4
IO.cpp
4
IO.cpp
|
@ -32,8 +32,8 @@ const uint16_t GMSK_FILTER_LEN = 12U;
|
||||||
|
|
||||||
const uint16_t DC_OFFSET = 2048U;
|
const uint16_t DC_OFFSET = 2048U;
|
||||||
|
|
||||||
const uint16_t TX_BUFFER_SIZE = 451U;
|
const uint16_t TX_BUFFER_SIZE = 1001U;
|
||||||
const uint16_t RX_BUFFER_SIZE = 301U;
|
const uint16_t RX_BUFFER_SIZE = 501U;
|
||||||
|
|
||||||
#if defined(__SAM3X8E__)
|
#if defined(__SAM3X8E__)
|
||||||
// An Arduino Due
|
// An Arduino Due
|
||||||
|
|
Loading…
Reference in New Issue