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
 
@@ -81,13 +81,13 @@ def main():
 
        outputs: List[Output] = [
 
            # ArtnetDmx(L9['output/dmxA/'],
 
            #           host='127.0.0.1',
 
            #           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:")
 
        traceback.print_exc()
 
        raise
 
    listeners = WebListeners()
0 comments (0 inline, 0 general)