Sfoglia il codice sorgente

double size of rx buffer

Eric Betts 2 anni fa
parent
commit
996e90b5fc
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;