mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-04 14:08:33 +00:00
Increasing ring buffer lengths
This commit is contained in:
parent
e1b99f6ee4
commit
c11ff6bf20
4 changed files with 4 additions and 4 deletions
|
|
@ -32,7 +32,7 @@ Boston, MA 02110-1301, USA.
|
|||
#include <Arduino.h>
|
||||
#endif
|
||||
|
||||
const uint16_t SERIAL_RINGBUFFER_SIZE = 370U;
|
||||
const uint16_t SERIAL_RINGBUFFER_SIZE = 2000U;
|
||||
|
||||
class CSerialRB {
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue