summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2023-07-16 10:28:16 +0200
committerLoic Guegan <manzerbredes@mailbox.org>2023-07-16 10:28:16 +0200
commit3ca57c96836b43c33eb42b681d10a7effe21998b (patch)
tree02cfc5ee1e834ab75164916db5468d509d879f60 /config.mk
parent1028f22e16150b6aa3ee755be654dfddeadfc5db (diff)
Minor changes
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.mk b/config.mk
index 4ad0dbf..d1f1e9e 100644
--- a/config.mk
+++ b/config.mk
@@ -15,6 +15,10 @@ ZMQ_MSG_SIZE=2550
# 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
+# ina260 power read performed by the logger
+# Unit is milliseconds
+LOGGER_DELAY=1000
# SUBSCRIBER_DIR will contain all the measurments
# received from the publishers
SUBSCRIBER_DIR=./data