Increasing ring buffers

This commit is contained in:
Andy CA6JAU 2018-05-21 11:00:47 -04:00
parent fb8806ec01
commit 05d5b38ab9
4 changed files with 4 additions and 4 deletions

View file

@ -31,7 +31,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: