add ambient light feature and multi server support

This commit is contained in:
2020-07-27 11:29:54 +02:00
parent db4040f8d9
commit 3d21483e3e
6 changed files with 87 additions and 22 deletions
+2
View File
@@ -0,0 +1,2 @@
scp *.py pi@192.168.188.76:~/led_controll/
scp *.py pi@192.168.188.64:~/led_controll/
+1 -1
View File
@@ -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