diff --git a/cores/arduino/RingBuffer.h b/cores/arduino/RingBuffer.h index 0241155d..deecb733 100644 --- a/cores/arduino/RingBuffer.h +++ b/cores/arduino/RingBuffer.h @@ -29,7 +29,7 @@ // location from which to read. #ifndef SERIAL_BUFFER_SIZE -#define SERIAL_BUFFER_SIZE 256 +#define SERIAL_BUFFER_SIZE 350 #endif template