From f868e4c010e75b55a02550b37af35935e015d6fd Mon Sep 17 00:00:00 2001 From: Oliver Jowett Date: Mon, 2 Dec 2019 13:01:43 +0800 Subject: [PATCH] Bump TSV_VERSION for verbatim mode / track reliability changes --- net_io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net_io.c b/net_io.c index 456594f..2c38a74 100644 --- a/net_io.c +++ b/net_io.c @@ -1954,7 +1954,7 @@ __attribute__ ((format (printf,4,5))) static char *appendFATSV(char *p, char *en } #define TSV_MAX_PACKET_SIZE 800 -#define TSV_VERSION "6E" +#define TSV_VERSION "7E" static void writeFATSVPositionUpdate(float lat, float lon, float alt) {