From 637b95e9cd669118e18dc0043b2765e947690dcd Mon Sep 17 00:00:00 2001 From: sh123 Date: Mon, 15 Nov 2021 10:38:55 +0200 Subject: [PATCH] Updated Protocol and compatibility (markdown) --- Protocol-and-compatibility.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Protocol-and-compatibility.md b/Protocol-and-compatibility.md index 85434bb..aa0fe5c 100644 --- a/Protocol-and-compatibility.md +++ b/Protocol-and-compatibility.md @@ -32,7 +32,7 @@ Arduino code to generate compressed coordinates from degrees. ** Convert degrees in long format to APRS compressed format ** http://www.aprs.org/doc/APRS101.PDF, page 36 */ -static char conv_buf[32]; +static char conv_buf[5]; char* deg_to_compressed(long deg, boolean is_lat) { long tmp; if (is_lat) {