8000 tools/mpremote: During soft reboot wait long enough for 115200 data. · iabdalkader/micropython@5a86d8d · GitHub
[go: up one dir, main page]

Skip to content

Commit 5a86d8d

Browse files
pi-anldpgeorge
authored andcommitted
tools/mpremote: During soft reboot wait long enough for 115200 data.
1 parent d865ca5 commit 5a86d8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/mpremote/mpremote/pyboardextended.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ def soft_reset_with_mount(self, out_callback):
641641
while n > 0:
642642
buf = self.serial.read(n)
643643
out_callback(buf)
644-
time.sleep(0.1)
644+
time.sleep(0.2)
645645
n = self.serial.inWaiting()
646646
self.serial.write(b"\x01")
647647
self.exec_(fs_hook_code)

0 commit comments

Comments
 (0)
0