uart-bridge: increase BUFFER_SIZE
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
parent
71faf3097a
commit
ebbc862b65
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
|
||||
#define LED_PIN 25
|
||||
|
||||
#define BUFFER_SIZE 64
|
||||
#define BUFFER_SIZE 256
|
||||
|
||||
#define DEF_BIT_RATE 115200
|
||||
#define DEF_STOP_BITS 1
|
||||
|
|
Loading…
Reference in a new issue