mirror of https://github.com/g4klx/MMDVM.git
Reduce the size of serial ring buffer
This commit is contained in:
parent
f3c621307a
commit
110062bf65
|
@ -32,7 +32,7 @@ Boston, MA 02110-1301, USA.
|
|||
#include <Arduino.h>
|
||||
#endif
|
||||
|
||||
const uint16_t SERIAL_RINGBUFFER_SIZE = 2000U;
|
||||
const uint16_t SERIAL_RINGBUFFER_SIZE = 1000U;
|
||||
|
||||
class CSerialRB {
|
||||
public:
|
||||
|
|
Loading…
Reference in New Issue