From d55ceca2756c78073138ec875ebdd48795756beb Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Fri, 24 May 2019 16:16:39 +0200 Subject: [PATCH] Try with a bigger buffer --- src/algo_utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/algo_utils.h b/src/algo_utils.h index b5c093d..1952554 100644 --- a/src/algo_utils.h +++ b/src/algo_utils.h @@ -4,7 +4,7 @@ #include #include "packet.h" #include "evt_core.h" -#define PACKET_BUFFER_SIZE 128 +#define PACKET_BUFFER_SIZE 1024 struct algo_params { uint8_t is_waiting_bootstrap;