changeset 2250:3e68a4d1df0b

more dmx chans
author drewp@bigasterisk.com
date Sat, 27 May 2023 15:44:40 -0700
parents e9dc435cc946
children abf812ca5eba
files light9/collector/service.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/light9/collector/service.py	Sat May 27 15:44:16 2023 -0700
+++ b/light9/collector/service.py	Sat May 27 15:44:40 2023 -0700
@@ -84,7 +84,7 @@
             #           port=6445,
             #           rate=rate),
             #sudo chmod a+rw /dev/bus/usb/003/021
-            Udmx(L9['output/dmxA/'], bus=3, address=21, lastDmxChannel=100),
+            Udmx(L9['output/dmxA/'], bus=3, address=21, lastDmxChannel=200),
         ]
     except Exception:
         log.error("setting up outputs:")