Updated Protocol and compatibility (markdown)

master
sh123 2021-11-15 10:38:55 +02:00
rodzic 13182afbcd
commit 637b95e9cd
1 zmienionych plików z 1 dodań i 1 usunięć

@ -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) {