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;