mirror of
https://github.com/g4klx/MMDVM_HS.git
synced 2026-04-07 07:23:37 +00:00
Reducing ring buffers for duplex mode fix
This commit is contained in:
parent
a2bad49418
commit
851a7141a2
4 changed files with 4 additions and 4 deletions
|
|
@ -31,7 +31,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…
Add table
Add a link
Reference in a new issue