summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2023-07-18 13:00:38 +0200
committerLoic Guegan <manzerbredes@mailbox.org>2023-07-18 13:00:38 +0200
commit7f87211b01bcc116eba8b01b73677ea87172e8d7 (patch)
treed92a66698ac50996b1842328cbc5846175dd1da7 /config.mk
parent55d9cd75679050b45f1b350decb95d05aac2a47e (diff)
Minor changes
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk7
1 files changed, 2 insertions, 5 deletions
diff --git a/config.mk b/config.mk
index 92232f7..15dd5d6 100644
--- a/config.mk
+++ b/config.mk
@@ -13,13 +13,10 @@ ZMQ_TOKEN=ina260-zmq-publisher
ZMQ_MSG_SIZE=5242880
##### Loggers/Publisher
-# LOGGERS_DIR will contains all the data generated by the loggers
-# a.k.a the ina260 power measurements
-LOGGERS_DIR=/tmp/ina260_logs/
-# LOGGERS_DELAY defines the delay between 2 consecutive
+# LOG_DELAY defines the delay between 2 consecutive
# ina260 power read performed by the logger
# Unit is milliseconds
-LOGGERS_DELAY=1000
+LOG_DELAY=1000
# SUBSCRIBER_DIR will contain all the measurments
# received from the publishers
SUBSCRIBER_DIR=./data