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
Like in https://docs.micropythonos.com/architecture/filesystem/ described, the local filesystem layout in the git repository is different from the device one. This is conffusing and needs extra effort to handle this, while using mpremote cp
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Like in https://docs.micropythonos.com/architecture/filesystem/ described, the local filesystem layout in the git repository is different from the device one. This is conffusing and needs extra effort to handle this, while using
mpremote cpI try a mapping / translating in my mposcli project by
MpOsPathResolverhere: https://github.com/jedie/mposcli/blob/main/mposcli/utilities/mpremote.py and i have a bunch of tests for this here: https://github.com/jedie/mposcli/blob/main/mposcli/tests/test_mpremote_cp_utils.pyIs it not possible to restructure the git repository to match the layout ?!?
Beta Was this translation helpful? Give feedback.
All reactions