diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2023-07-17 17:58:20 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2023-07-17 17:58:20 +0200 |
| commit | 78b28ce9234647709b8a60fb8b9f72ebaf874a1b (patch) | |
| tree | 408cc477c7535f2a8bdbb3a4f11e08dac2c8100d /config.mk | |
| parent | c79a02c57bd20cf5b3b289fc9d6da7fdcc4a5d1d (diff) | |
Minor changes
Diffstat (limited to 'config.mk')
| -rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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=0 +LOGGERS_DELAY=1000 # SUBSCRIBER_DIR will contain all the measurments # received from the publishers SUBSCRIBER_DIR=./data |
