Skip to content

copy file from SDcard on ESP32 to PC #9615

Discussion options

You must be logged in to vote

@robhamerling The same way -- mpremote accesses the device filesystem via VFS, so use the same path that the device uses. e.g. if the sdcard is mounted at /sdcard then mpremote cp :/sdcard/file.txt file.txt should work.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@robhamerling
Comment options

@jimmo
Comment options

@robhamerling
Comment options

Answer selected by peterhinch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants