parent
4da42e8782
commit
27b59d05fa
|
@ -59,9 +59,6 @@ def is_connected_to_wifi():
|
|||
return output.split('"')[1]
|
||||
|
||||
def update_led_strip(rgb_values, pixel, strip):
|
||||
print(pixel)
|
||||
print(rgb_values)
|
||||
print("")
|
||||
strip[int(pixel)] = rgb_values
|
||||
|
||||
def on_message(mqttc, obj, msg):
|
||||
|
|
Loading…
Reference in New Issue