Commit 6c639029 authored by nextime's avatar nextime

Fix a little but in DMSnt84 module: it has only 8 relays, not 12!

parent b2fa691d
......@@ -121,7 +121,7 @@ class DMBoard(BaseBoard):
if not self.rellist: self.rellist={}
ret = {}
rel = {}
for i in xrange(1, 13):
for i in xrange(1, 9):
out=BoardOutput()
out.hasRelays=True
out.hasPwms=False
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment