From c8e1898ea07a2b6dbcfa6855f8daffc0c134fbae Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Sun, 23 Aug 2015 15:45:08 +0200 Subject: [PATCH] If available, add iOS "p"ressure to data returned --- storage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage.c b/storage.c index f24c87f..7d8d649 100644 --- a/storage.c +++ b/storage.c @@ -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;