Bump TSV_VERSION for verbatim mode / track reliability changes

This commit is contained in:
Oliver Jowett 2019-12-02 13:01:43 +08:00
parent ea9f81c605
commit f868e4c010
1 changed files with 1 additions and 1 deletions

View File

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