Update main.py
parent
7f64d6e218
commit
daa21eaee8
1
main.py
1
main.py
|
@ -116,6 +116,7 @@ if __name__ == '__main__':
|
||||||
if check_internet() == False:
|
if check_internet() == False:
|
||||||
blink(strip, Color(255,0,0), Color(255,255,255))
|
blink(strip, Color(255,0,0), Color(255,255,255))
|
||||||
else:
|
else:
|
||||||
|
print(idle_mode)
|
||||||
if idle_mode == '1':
|
if idle_mode == '1':
|
||||||
rainbowCycle(strip)
|
rainbowCycle(strip)
|
||||||
elif idle_mode == '2':
|
elif idle_mode == '2':
|
||||||
|
|
Loading…
Reference in New Issue