From e8417d7397564e2f16b484da357fe01f1c0ccf13 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Mon, 17 Jul 2023 14:50:13 +0200 Subject: Minor changes --- config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index ae7b7b8..a37b20e 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=1 +LOGGERS_DELAY=1000 # SUBSCRIBER_DIR will contain all the measurments # received from the publishers SUBSCRIBER_DIR=./data -- cgit v1.2.3