summaryrefslogtreecommitdiff
path: root/src/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils.h')
-rw-r--r--src/utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils.h b/src/utils.h
index af74328..15b71b1 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -6,9 +6,9 @@
#include <string.h>
#define MIN_INTERVAL 30
-
#define INA260_SYSFS "/sys/kernel/ina260"
#define INA260_POWER_REGISTER "registers/power"
+#define ZMQ_TOKEN "ina260-zmq-publisher"
#define STR(symbol) #symbol
#define STRINGIFY(symbol) STR(symbol)