wendlers / mpfshell

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

Allow setting the timeout for the serial line. #91

Open hmaerki opened 4 years ago

hmaerki commented 4 years ago

The current implementation uses the default timeout of ConSerial(). This PR makes the timeout configurable.

skorokithakis commented 4 years ago

This looks good, but again, can you give me some more info on the problem it's solving and the way it's solving it?

skorokithakis commented 4 years ago

Could you reply to the above?