Skip to content

Commit

Permalink
Increase rx buffer size
Browse files Browse the repository at this point in the history
  • Loading branch information
bettse committed Jul 24, 2024
1 parent 193e435 commit 77ab28f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion seader_bridge.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 77ab28f

Please sign in to comment.