From 3367cc5a82bb5d34a59b146e4e45b589ac9e7519 Mon Sep 17 00:00:00 2001 From: Oliver Jowett Date: Thu, 29 Jul 2021 19:04:54 +0800 Subject: [PATCH] faup1090: bump TSV_VERSION to 9E for MRAR, 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 b551e4e..037411e 100644 --- a/net_io.c +++ b/net_io.c @@ -2299,7 +2299,7 @@ __attribute__ ((format (printf,4,5))) static char *appendFATSV(char *p, char *en } #define TSV_MAX_PACKET_SIZE 800 -#define TSV_VERSION "8E" +#define TSV_VERSION "9E" static void writeFATSVPositionUpdate(float lat, float lon, float alt) {