parent
09efb339ac
commit
3e85b0ae2a
|
@ -85,7 +85,6 @@ def on_message(mqttc, obj, msg):
|
||||||
update_led_strip(tuple(eval(rgb_values_list[5])), pixel, strip)
|
update_led_strip(tuple(eval(rgb_values_list[5])), pixel, strip)
|
||||||
|
|
||||||
strip.show()
|
strip.show()
|
||||||
time.sleep(1)
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
# Connect to Wi-Fi
|
# Connect to Wi-Fi
|
||||||
|
|
Loading…
Reference in New Issue