Commit 6a8e14a
Paul Sokolovsky
webrepl_cli.py: Update "get file" protocol.
"Get" protocol now requires receiving a lead byte from client before
transferring each new packet with file contents. This makes it naturally
non-blocking (while webrepl waits to receive this byte, MicroPython
can execute other tasks).1 parent 35eec07 commit 6a8e14a
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| 133 | + | |
133 | 134 | | |
134 | 135 | | |
135 | 136 | | |
| |||
0 commit comments