From 114fc6cee4389befb49f2526100863ea5afa1a80 Mon Sep 17 00:00:00 2001 From: Michael Keller Date: Tue, 18 Jun 2019 21:42:20 +1200 Subject: [PATCH] increase SA_MAX_RCVLEN (#8438) increase SA_MAX_RCVLEN --- src/main/io/vtx_smartaudio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/io/vtx_smartaudio.c b/src/main/io/vtx_smartaudio.c index 803801ab0b..078b7ab02a 100644 --- a/src/main/io/vtx_smartaudio.c +++ b/src/main/io/vtx_smartaudio.c @@ -150,7 +150,7 @@ static uint8_t saLockMode = SA_MODE_SET_UNLOCK; // saCms variable? bool saDeferred = true; // saCms variable? // Receive frame reassembly buffer -#define SA_MAX_RCVLEN 15 +#define SA_MAX_RCVLEN 21 static uint8_t sa_rbuf[SA_MAX_RCVLEN+4]; // XXX delete 4 byte guard //