Closed besi closed 3 years ago
Since the file transfer in ampy currently goes over Serial communication, it's very unreliable for binary file transfers. I would suggest you to use a TCP based file transfer to ESP which works fine in my experience. We are working on a rewrite of ampy which uses WIFI instead of USB which will solve this problem fundamentally.
Hy there. I have a .wav file on my flash which I would like to download.
Since this should now be possible since #75 is merged I did clone the repo and run ampy in order to get that file:
Download the file:
I'm happy to provide more information.