diff options
Diffstat (limited to 'config.mk')
| -rw-r--r-- | config.mk | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -15,6 +15,10 @@ ZMQ_MSG_SIZE=2550 # 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 +# ina260 power read performed by the logger +# Unit is milliseconds +LOGGER_DELAY=1000 # SUBSCRIBER_DIR will contain all the measurments # received from the publishers SUBSCRIBER_DIR=./data |
