summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2023-07-16 17:41:09 +0200
committerLoic Guegan <manzerbredes@mailbox.org>2023-07-16 17:41:09 +0200
commit641888e41b609db12f8b4a6d73428ab09277923e (patch)
tree0efb7a6dba6a66871c99677647c112ae521dac29 /config.mk
parenta3bb6ee6d7e10e5e6438255e60052c14173f3d61 (diff)
Minor changes
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.mk b/config.mk
index 796abbf..4e01b7a 100644
--- a/config.mk
+++ b/config.mk
@@ -16,10 +16,10 @@ ZMQ_MSG_SIZE=5242880
# LOGGERS_DIR will contains all the data generated by the loggers
# a.k.a the ina260 power measurements
LOGGERS_DIR=./logs
-# LOGGER_DELAY defines the delay between 2 consecutive
+# LOGGERS_DELAY defines the delay between 2 consecutive
# ina260 power read performed by the logger
# Unit is milliseconds
-LOGGER_DELAY=1000
+LOGGERS_DELAY=1000
# SUBSCRIBER_DIR will contain all the measurments
# received from the publishers
SUBSCRIBER_DIR=./data