From 1966213af56d63df7ec4b991e4dcef54d7cbb791 Mon Sep 17 00:00:00 2001 From: Paolo Asperti Date: Fri, 2 Oct 2020 18:54:24 +0200 Subject: [PATCH] FIX missing line in config.mk --- ot-recorder/config.json | 2 +- ot-recorder/config.mk | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ot-recorder/config.json b/ot-recorder/config.json index 812d9c2..6bf761b 100644 --- a/ot-recorder/config.json +++ b/ot-recorder/config.json @@ -1,7 +1,7 @@ { "name": "Owntracks Recorder", "url": "https://git.asperti.com/paspo/hassio-addons", - "version": "0.2.0", + "version": "0.2.1", "slug": "ot-recorder", "description": "Owntracks Recorder - connects to your mqtt broker and consumes owntracks locations", "startup": "before", diff --git a/ot-recorder/config.mk b/ot-recorder/config.mk index 042087b..c8584a5 100644 --- a/ot-recorder/config.mk +++ b/ot-recorder/config.mk @@ -18,4 +18,6 @@ MORELIBS += # -lssl LUA_CFLAGS = `pkg-config --cflags lua` LUA_LIBS = `pkg-config --libs lua` SODIUM_CFLAGS = `pkg-config --cflags libsodium` -SODIUM_LIBS = `pkg-config --libs libsodium` \ No newline at end of file +SODIUM_LIBS = `pkg-config --libs libsodium` +GEOCODE_TIMEOUT = 4000 +