浏览代码

double size of rx buffer

Eric Betts 2 年之前
父节点
当前提交
996e90b5fc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      seader_bridge.h

+ 1 - 1
seader_bridge.h

@@ -9,7 +9,7 @@
 #include <furi.h>
 #include <furi_hal.h>
 
-#define SEADER_UART_RX_BUF_SIZE (128)
+#define SEADER_UART_RX_BUF_SIZE (256)
 
 typedef struct {
     uint8_t uart_ch;