mirror of
https://github.com/owntracks/recorder.git
synced 2026-08-19 11:06:15 +00:00
undo
This commit is contained in:
+2
-2
@@ -95,8 +95,8 @@ JSON_INDENT ?= no
|
||||
CONFIGFILE = /etc/default/ot-recorder
|
||||
|
||||
# Optionally specify the path to the Mosquitto libs, include here
|
||||
MOSQUITTO_CFLAGS = `$(PKG_CONFIG) --cflags libmosquitto libcjson`
|
||||
MOSQUITTO_LIBS = `$(PKG_CONFIG) --libs libmosquitto libcjson`
|
||||
MOSQUITTO_CFLAGS = `$(PKG_CONFIG) --cflags libmosquitto` # libcjson
|
||||
MOSQUITTO_LIBS = `$(PKG_CONFIG) --libs libmosquitto` # libcjson
|
||||
|
||||
# Milliseconds (ms) timeout for reverse geocoding
|
||||
GEOCODE_TIMEOUT = 4000
|
||||
|
||||
Reference in New Issue
Block a user