Minor changes

This commit is contained in:
Loic Guegan 2023-07-16 17:41:09 +02:00
parent a3bb6ee6d7
commit 641888e41b
3 changed files with 7 additions and 7 deletions

View file

@ -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