Mercurial > code > home > repos > light9
diff bin/dmxserver @ 978:ce159eea90b5
now 90 dimmers
Ignore-this: 3dae55c592fd6ab38e4747088c025c59
author | drewp@bigasterisk.com |
---|---|
date | Sat, 15 Jun 2013 23:05:35 +0000 |
parents | 527b592b482a |
children | ba47676dde49 |
line wrap: on
line diff
--- a/bin/dmxserver Sat Jun 15 21:25:45 2013 +0000 +++ b/bin/dmxserver Sat Jun 15 23:05:35 2013 +0000 @@ -52,7 +52,7 @@ 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: