Reduce the size of serial ring buffer

This commit is contained in:
Andy CA6JAU 2018-07-20 00:50:53 -04:00
parent f3c621307a
commit 110062bf65
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ Boston, MA 02110-1301, USA.
#include <Arduino.h> #include <Arduino.h>
#endif #endif
const uint16_t SERIAL_RINGBUFFER_SIZE = 2000U; const uint16_t SERIAL_RINGBUFFER_SIZE = 1000U;
class CSerialRB { class CSerialRB {
public: public: