Move stuff around
This commit is contained in:
@@ -23,7 +23,7 @@ def device_thread(device, ws):
|
|||||||
def slowwrite(device, data):
|
def slowwrite(device, data):
|
||||||
for b in data:
|
for b in data:
|
||||||
device.write([b])
|
device.write([b])
|
||||||
time.sleep(0.01)
|
time.sleep(0.005)
|
||||||
|
|
||||||
|
|
||||||
def ws_thread(device, ws):
|
def ws_thread(device, ws):
|
Reference in New Issue
Block a user