diff --git a/config.h b/config.h index f313bcf..cf8c0e7 100644 --- a/config.h +++ b/config.h @@ -1 +1,3 @@ #define JSONDIR "store" + +#define GEOHASH_PREC (7) diff --git a/ot-recorder.c b/ot-recorder.c index 8d48818..52d0dd2 100644 --- a/ot-recorder.c +++ b/ot-recorder.c @@ -37,7 +37,6 @@ * 10 => 1.2m x 59.5cm */ -#define GEOHASH_PREC (7) #define TOPIC_PARTS (4) /* owntracks/user/device/info */ #define TOPIC_SUFFIX "info"