mirror of
https://github.com/bettse/seader.git
synced 2026-06-01 13:04:15 +00:00
Increase rx buffer size
This commit is contained in:
+2
-1
@@ -9,7 +9,8 @@
|
||||
#include <furi.h>
|
||||
#include <furi_hal.h>
|
||||
|
||||
#define SEADER_UART_RX_BUF_SIZE (128)
|
||||
// https://ww1.microchip.com/downloads/en/DeviceDoc/00001561C.pdf
|
||||
#define SEADER_UART_RX_BUF_SIZE (261)
|
||||
|
||||
typedef struct {
|
||||
uint8_t uart_ch;
|
||||
|
||||
Reference in New Issue
Block a user