From fefb33736af4afddf539a1eff6d2d5d257d57f36 Mon Sep 17 00:00:00 2001 From: jaseg Date: Sat, 2 Jan 2016 00:48:14 +0100 Subject: Host: Made rendering pipeline a bit more flexible --- host/config.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'host/config.py') diff --git a/host/config.py b/host/config.py index c6bd42e..02a047c 100644 --- a/host/config.py +++ b/host/config.py @@ -41,3 +41,6 @@ udp_port = tcp_port = 1337 # Forward addr/port crap_fw_addr, crap_fw_port = '127.0.0.1', 1338 +# USB Serial number of matelight to control as byte string (None for first matelight connected) +ml_usb_serial_match = None + -- cgit