Skip to content

Commit

Permalink
Remove C0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustav Hansen committed Apr 12, 2017
1 parent 7da3c84 commit e0655d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hue_plus/hue.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ def strips_info(ser, channel):


def init(ser):
C0(ser)
#C0(ser)
# Took out bytearray([70, 0, 192, 0, 0, 0, 255])
initial = [bytearray.fromhex("4B" + "00"*124)]
for array in initial:
Expand Down

0 comments on commit e0655d7

Please sign in to comment.