Changeset - 527b592b482a
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 12 years ago 2013-06-15 21:25:13
drewp@bigasterisk.com
up to 87 dmx outputs
Ignore-this: f9d0cb7657e6b000063bb6a6c3c2c0a6
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
bin/dmxserver
Show inline comments
 
@@ -52,7 +52,7 @@ class XMLRPCServe(xmlrpc.XMLRPC):
 
        self.calldelay=1/options.updates_per_sec 
 

	
 
        print "starting parport connection"
 
        self.parportdmx = UsbDMX(port=options.dmx_device)
 
        self.parportdmx = UsbDMX(dimmers=87, port=options.dmx_device)
 
        if os.environ.get('DMXDUMMY',0):
 
            self.parportdmx.godummy()
 
        else:
0 comments (0 inline, 0 general)