From 61f483c3e766aef8747893780da00c3c8e06b654 Mon Sep 17 00:00:00 2001 From: Oliver Jowett Date: Thu, 2 May 2019 18:30:32 +0800 Subject: [PATCH] Bump TSV_VERSION to reflect extensive comm-b changes --- net_io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net_io.c b/net_io.c index f98b7c4..b901445 100644 --- a/net_io.c +++ b/net_io.c @@ -1879,7 +1879,7 @@ __attribute__ ((format (printf,4,5))) static char *appendFATSV(char *p, char *en } #define TSV_MAX_PACKET_SIZE 800 -#define TSV_VERSION "4E" +#define TSV_VERSION "5E" static void writeFATSVPositionUpdate(float lat, float lon, float alt) {