summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2023-07-17 16:41:07 +0200
committerLoic Guegan <manzerbredes@mailbox.org>2023-07-17 16:41:07 +0200
commitc79a02c57bd20cf5b3b289fc9d6da7fdcc4a5d1d (patch)
tree09761a095f57ae6879a6840ad4527616ac5c70f0 /config.mk
parent0c08c2f0d879b0153ee6d8a0861882c3a91347bb (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 a37b20e..34a3ced 100644
--- a/config.mk
+++ b/config.mk
@@ -19,7 +19,7 @@ LOGGERS_DIR=/tmp/ina260_logs/
# LOGGERS_DELAY defines the delay between 2 consecutive
# ina260 power read performed by the logger
# Unit is milliseconds
-LOGGERS_DELAY=1000
+LOGGERS_DELAY=0
# SUBSCRIBER_DIR will contain all the measurments
# received from the publishers
SUBSCRIBER_DIR=./data
@@ -28,7 +28,7 @@ SUBSCRIBER_DIR=./data
# a file with all the power measurements is generated by the loggers in LOGGERS_DIR
# This file, is then transmitted by the publishers to the subscriber
# Unit is seconds
-LOG_INTERVAL=30
+LOG_INTERVAL=5
# KEY is attached to all the messages published by the node
# It allows you to filter the messages received on the client
# if you are using multiple monitoring nodes (multiple publishers)