From 641888e41b609db12f8b4a6d73428ab09277923e Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Sun, 16 Jul 2023 17:41:09 +0200 Subject: Minor changes --- config.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.mk') 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 -- cgit v1.2.3