From 3ed96f9c9a813130f26cd1187fc439440067e5cc Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Sat, 15 Jul 2023 19:45:32 +0200 Subject: Minor changes --- config.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.mk') diff --git a/config.mk b/config.mk index 6a985af..40409b2 100644 --- a/config.mk +++ b/config.mk @@ -6,6 +6,9 @@ SUBSCRIBER_ADDR=localhost # LOGGERS_DIR will contains all the data generated by the loggers # a.k.a the ina260 power measurements LOGGERS_DIR=./logs +# SUBSCRIBER_DIR will contain all the measurments +# received from the publishers +SUBSCRIBER_DIR=./data # LOG_INTERVAL determined the duration # of a logging period. At the end of a logging period, # a file with all the power measurements is generated by the logger in LOGGERS_DIR -- cgit v1.2.3