parent
2ff5daa669
commit
fdc9860363
2
main.py
2
main.py
|
@ -117,7 +117,7 @@ if __name__ == '__main__':
|
||||||
while True:
|
while True:
|
||||||
if power == "True":
|
if power == "True":
|
||||||
if mode == 0:
|
if mode == 0:
|
||||||
rainbowCycle(strip)
|
rainbowCycle(client, strip)
|
||||||
|
|
||||||
elif mode == 1:
|
elif mode == 1:
|
||||||
setColor(strip, Color(int(r), int(g), int(b)))
|
setColor(strip, Color(int(r), int(g), int(b)))
|
||||||
|
|
Loading…
Reference in New Issue