This commit is contained in:
jane 2020-11-08 02:40:28 -05:00
parent 2bd3645d90
commit add30ca301
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ import pattern
def defaultPattern(n, t, pv):
return (0, 0, 0)
return (255, 255, 255)
class LightStrip:

View File

@ -1,4 +1,4 @@
debug_statements = False
debug_statements = True
def debug(msg):
if debug_statements: