Parcourir la source

Increase rx buffer size

Eric Betts il y a 1 an
Parent
commit
77ab28fbcc
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      seader_bridge.h

+ 2 - 1
seader_bridge.h

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