add ambient light feature and multi server support
This commit is contained in:
Executable
+2
@@ -0,0 +1,2 @@
|
||||
scp *.py pi@192.168.188.76:~/led_controll/
|
||||
scp *.py pi@192.168.188.64:~/led_controll/
|
||||
+1
-1
@@ -29,5 +29,5 @@ def start():
|
||||
ws2801.set_color(r,g,b)
|
||||
else:
|
||||
print("incorrect format. use hex color code.")
|
||||
conn.close() # close the connection
|
||||
conn.close() # close the connection
|
||||
|
||||
|
||||
Reference in New Issue
Block a user