larger transmit buffer
This commit is contained in:
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
#define BUFFER_SIZE 128
|
#define BUFFER_SIZE 256
|
||||||
volatile uint8_t buffer[BUFFER_SIZE+5];
|
volatile uint8_t buffer[BUFFER_SIZE+5];
|
||||||
volatile uint8_t bufferReadIdx = 0;
|
volatile uint8_t bufferReadIdx = 0;
|
||||||
volatile uint8_t bufferWriteIdx = 0;
|
volatile uint8_t bufferWriteIdx = 0;
|
||||||
|
Reference in New Issue
Block a user