You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"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).
0 commit comments