mirror of
https://github.com/owntracks/recorder.git
synced 2026-04-09 00:36:50 +00:00
If available, add iOS "p"ressure to data returned
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user