From 84b9ddcc2905f5d8667cfef1359b724c23d27365 Mon Sep 17 00:00:00 2001 From: xengineering Date: Thu, 29 Oct 2020 12:11:32 +0100 Subject: Setup basic Systemd Units --- config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config.json') diff --git a/config.json b/config.json index 223dbcf..9ee7179 100644 --- a/config.json +++ b/config.json @@ -2,10 +2,10 @@ "mqtt":{ "broker":"127.0.0.1", "port":1883, - "topic":"xengineering.eu/iot-barcode-scanner" + "topic":"xengineering.eu/iot-barcode" }, "scanner":{ - "evdev_path":"/dev/input/event4", - "fifo_path":"/tmp/xengineering.eu/iot-barcode-scanner/scanner_fifo" + "evdev_path":"/dev/input/event0", + "fifo_path":"/tmp/iot-barcode/scanner_fifo" } } -- cgit v1.2.3-70-g09d2