Changeset - ce159eea90b5
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 12 years ago 2013-06-15 23:05:35
drewp@bigasterisk.com
now 90 dimmers
Ignore-this: 3dae55c592fd6ab38e4747088c025c59
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(dimmers=87, port=options.dmx_device)
 
        self.parportdmx = UsbDMX(dimmers=90, port=options.dmx_device)
 
        if os.environ.get('DMXDUMMY',0):
 
            self.parportdmx.godummy()
 
        else:
0 comments (0 inline, 0 general)