mirror of
https://github.com/Noltari/pico-uart-bridge.git
synced 2025-06-28 19:56:16 +00:00
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…
Add table
Add a link
Reference in a new issue