uart-bridge: increase BUFFER_SIZE

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
Álvaro Fernández Rojas 2022-05-03 19:58:12 +02:00
parent 71faf3097a
commit ebbc862b65

View file

@ -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