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
In my project I would like to copy files between ESP8266 chips and MpFileExplorer class could easilly solve it.
Should I copy what I need, port it to MicroPython when needed and include it in my project or you prefer to separate this class and dependencies to external universal library?
The text was updated successfully, but these errors were encountered:
Hmm, that's an interesting question. I would be open to adding an API class to mpfshell so you could do from mpfshell import <apiclass> and use the functionality. The API needs to be a bit thought out, though, since it probably shouldn't be the same as the internal interface.
In my project I would like to copy files between ESP8266 chips and MpFileExplorer class could easilly solve it.
Should I copy what I need, port it to MicroPython when needed and include it in my project or you prefer to separate this class and dependencies to external universal library?
The text was updated successfully, but these errors were encountered: