wendlers / mpfshell

A simple shell based file explorer for ESP8266 Micropython based devices ⛺
MIT License
396 stars 84 forks source link

code ALWAYS waits 5-10 seconds here #47

Closed crackwitz closed 5 years ago

crackwitz commented 6 years ago

https://github.com/wendlers/mpfshell/blob/58e8457cee4c268d9cb6f820e776184c089a532c/mp/conwebsock.py#L57

the way it's now, I have to wait 5 seconds to see a failed connection and 10 seconds to see a successful connection. I'd expect this to proceed once the password prompt etc has been received, not wait for a full 256 chars or full timeout time.