sg-wireless / pymakr-atom

Adds a REPL console to Atom that connects to your Pycom board. It can run code on the board or synchronize your project files.
Other
35 stars 11 forks source link

Uploading to the /sd instead of the /flash #47

Closed rolandvs closed 4 years ago

rolandvs commented 6 years ago

Somehow it seems NOT possible to use atom/pymakr to upload scripts to the external /sd instead of the /flash.

Is there a trick to do this?

I have a modest set of files, but the lopy has no storage space left. So I need to transfer the lot to the external SD.

So how to set the sync folder?

RalphHogenbirk commented 6 years ago

No Roland, this is not possible right now. Could be a nice new feature though, I'll do a test with it soon. But since Pymakr uploads through the REPL, which runs in the /flash folder, I'm not sure it has access to the /flash folder. I suggest you use FTP to upload your files for now.