wendlers / mpfshell

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

Lazy loading of ConWebsock. #90

Closed hmaerki closed 4 years ago

hmaerki commented 4 years ago

For the uses which just use the serial line, it is helpful, when

from mp.contelnet import ConTelnet
from mp.conwebsock import ConWebsock

is not loaded everytime.

skorokithakis commented 4 years ago

Hmm, does loading these slow down startup? How long do they take to import?

hmaerki commented 4 years ago

Hmm, does loading these slow down startup? How long do they take to import?

Hi Stavros Thanks for your reply. Your are right, your code is better than mi PR. Trash this Pull Request! I had problems with dependencies - I just tried it a again but the dependency-problems have gone. Cheers, Has

skorokithakis commented 4 years ago

Done, thanks!