Changeset - 3e68a4d1df0b
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 20 months ago 2023-05-27 22:44:40
drewp@bigasterisk.com
more dmx chans
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
light9/collector/service.py
Show inline comments
 
@@ -84,7 +84,7 @@ def main():
 
            #           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:")
0 comments (0 inline, 0 general)