parent
5f8ab10325
commit
5024761a27
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(client, strip)
|
rainbowCycle(strip)
|
||||||
animation_r = 255
|
animation_r = 255
|
||||||
animation_g = 0
|
animation_g = 0
|
||||||
animation_b = 0
|
animation_b = 0
|
||||||
|
|
Loading…
Reference in New Issue