📝 Adds README and circuit diagrams
This commit is contained in:
@@ -76,7 +76,7 @@ def connect():
|
||||
|
||||
def send_req(opened: bool):
|
||||
print("Updating state...", end="\r")
|
||||
|
||||
|
||||
data = {"opened": opened}
|
||||
raw = ujson.dumps(data)
|
||||
r = requests.post(f"{server}/write",
|
||||
|
Reference in New Issue
Block a user