Bump TSV_VERSION for verbatim mode / track reliability changes
This commit is contained in:
parent
ea9f81c605
commit
f868e4c010
2
net_io.c
2
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_MAX_PACKET_SIZE 800
|
||||||
#define TSV_VERSION "6E"
|
#define TSV_VERSION "7E"
|
||||||
|
|
||||||
static void writeFATSVPositionUpdate(float lat, float lon, float alt)
|
static void writeFATSVPositionUpdate(float lat, float lon, float alt)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue