📝 Adds README and circuit diagrams

This commit is contained in:
Daniel Svitan
2025-05-08 14:21:45 +02:00
parent 484d01c95f
commit d851d0a740
5 changed files with 146 additions and 2 deletions

View File

@@ -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",