e
This commit is contained in:
parent
2bd3645d90
commit
add30ca301
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ import pattern
|
|||
|
||||
|
||||
def defaultPattern(n, t, pv):
|
||||
return (0, 0, 0)
|
||||
return (255, 255, 255)
|
||||
|
||||
|
||||
class LightStrip:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
debug_statements = False
|
||||
debug_statements = True
|
||||
|
||||
def debug(msg):
|
||||
if debug_statements:
|
||||
|
|
Loading…
Reference in a new issue