wendlers / mpfshell

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

Prevent shell exit after a successful connection #107

Closed hyx0329 closed 2 years ago

hyx0329 commented 2 years ago

This pr fix issue introduced by 190bc7557d7c8bf72947c1fff212301962fe031d, close #103.

hyx0329 commented 2 years ago

~Well I think I should overload the Cmd.postcmd(stop, line), as a better approach.~ Okay it's done.

Let me know if you prefer separated prs.

skorokithakis commented 2 years ago

Sorry, separate PRs would be better so I can review each one on its own, would you be able to do that?

hyx0329 commented 2 years ago

okay, leaving only the one relevant commit

skorokithakis commented 2 years ago

Thank you!