From d1a333925f17c4754ed5dff3158469182f421f01 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Sat, 15 Jul 2023 21:49:12 +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 020550b..ea00093 100644 --- a/config.mk +++ b/config.mk @@ -3,7 +3,7 @@ ZMQ_PORT=5556 SUBSCRIBER_ADDR=localhost # ZMQ_TOKEN is used by ZeroMQ to detect # messages from publishers. Leave as is if not sure. -ZMQ_TOKEN="ina260-zmq-publisher" +ZMQ_TOKEN=ina260-zmq-publisher # ZMQ_MSG_SIZE max number of bytes per ZeroMQ messages # be careful with this parameter ZMQ_MSG_SIZE=2550 -- cgit v1.2.3