From 687066ca7aec9a8af969c78383ecd3841a3b26d9 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Mon, 22 Dec 2014 12:59:36 +0100 Subject: [PATCH] Buffer size --- LibAPRS/AX25.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LibAPRS/AX25.h b/LibAPRS/AX25.h index fae90f6..4a453d8 100644 --- a/LibAPRS/AX25.h +++ b/LibAPRS/AX25.h @@ -7,7 +7,7 @@ #define AX25_MIN_FRAME_LEN 18 #ifndef CUSTOM_FRAME_SIZE - #define AX25_MAX_FRAME_LEN 620 + #define AX25_MAX_FRAME_LEN 330 #else #define AX25_MAX_FRAME_LEN CUSTOM_FRAME_SIZE #endif