If available, add iOS "p"ressure to data returned

This commit is contained in:
Jan-Piet Mens
2015-08-23 15:45:08 +02:00
parent 2cf4850ecf
commit c8e1898ea0

View File

@@ -271,7 +271,7 @@ void locations(char *filename, JsonNode *obj, JsonNode *arr, time_t s_lo, time_t
int doclose;
char buf[BUFSIZ], **element;
long counter = 0L;
static char *numbers[] = { "lat", "lon", "batt", "vel", "cog", "tst", "alt", "dist", "trip", NULL };
static char *numbers[] = { "lat", "lon", "batt", "vel", "cog", "tst", "alt", "dist", "trip", "p", NULL };
static char *strings[] = { "tid", "t", NULL };
static UT_string *tstamp = NULL;