Move stuff around

This commit is contained in:
2025-10-03 23:21:54 +02:00
parent 1b2237f2f7
commit cbe304cabf

View File

@@ -23,7 +23,7 @@ def device_thread(device, ws):
def slowwrite(device, data):
for b in data:
device.write([b])
time.sleep(0.01)
time.sleep(0.005)
def ws_thread(device, ws):