Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File upload? #1

Open
raz123 opened this issue May 11, 2015 · 2 comments
Open

File upload? #1

raz123 opened this issue May 11, 2015 · 2 comments

Comments

@raz123
Copy link

raz123 commented May 11, 2015

Good looking app. I played a bit with it, but couldn't find a way to upload .lua/binary files -- am I missing something?

@jumjum123
Copy link
Owner

Hello,
uploading files belongs to handling of projects, the way is:

  • open settings (top right wheel)
  • select project tab
  • assign a local directory on your harddisk
  • left to codeeditor is a new button, looks like a folder
  • connect to ESP8266 (top left connection symbol)
  • click on folder button mentioned above
  • select files tab
  • enter name under which content of editor should be stored in file system
    of ESP8266
  • click upload button
    See attached screenshot how this is on my side

Sound a bit complex if you want to upload a file only. This function
belongs to handling of projects, which are a main part of the editor. Once
you use the project option, you will have some more functions for
filehandling on ESP8266, like compile, show source and drop.
BTW, I'm working on an interface to github, for uploading modules from
there.

Hope this helps, regards from Krefeld(Germany, up to 27 degrees Celsius
today)
Jürgen

On Mon, May 11, 2015 at 4:44 AM, raz123 [email protected] wrote:

Good looking app. I played a bit with it, but couldn't find a way to
upload .lua files -- am I missing something?


Reply to this email directly or view it on GitHub
#1.

@jumjum123
Copy link
Owner

Another option is to add lines like this to sourcecode to upload and
compile from Github:
--requires{"id":"myWS2812","git":{"owner":"jumjum123","repo":"ESP8266Modules","path":"myWS2812.lua","branch":"master"}}

or something like this to load from local project folder
--requires{"id":"fileJSON","project":{"path":"modules/fileJSON.lua"}}
There should be a cloud-icon left to code window which does the job.

Regards
Jürgen

On Mon, May 11, 2015 at 4:44 AM, raz123 [email protected] wrote:

Good looking app. I played a bit with it, but couldn't find a way to
upload .lua files -- am I missing something?


Reply to this email directly or view it on GitHub
#1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants