You've already forked Core2forAWS-MicroPython
mirror of
https://github.com/m5stack/Core2forAWS-MicroPython.git
synced 2026-05-20 10:30:31 -07:00
tools/pyboard.py: Speed up reading of chars by decreasing sleep period.
This commit is contained in:
+1
-1
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user