move precision to config

This commit is contained in:
Jan-Piet Mens
2015-08-16 11:56:15 +02:00
parent ff0afd4e5f
commit 55b31e31ca
2 changed files with 2 additions and 1 deletions
+2
View File
@@ -1 +1,3 @@
#define JSONDIR "store"
#define GEOHASH_PREC (7)
-1
View File
@@ -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"