Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
db109ca0
Commit
db109ca0
authored
Jul 25, 2015
by
Damien George
Browse files
tools/pyboard.py: Speed up reading of chars by decreasing sleep period.
parent
f1236734
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/pyboard.py
View file @
db109ca0
...
...
@@ -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.
0
1
)
return
data
def
enter_raw_repl
(
self
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment