Skip to content
Snippets Groups Projects
Commit db109ca0 authored by Damien George's avatar Damien George
Browse files

tools/pyboard.py: Speed up reading of chars by decreasing sleep period.

parent f1236734
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,7 @@ class Pyboard:
timeout_count += 1
if timeout is not None and timeout_count >= 10 * timeout:
break
time.sleep(0.1)
time.sleep(0.01)
return data
def enter_raw_repl(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment