Projects are a plugin for WebIDE.
I created a pullrequest some time ago, and Gordon merged it on github.
To be honest, I never checked the app itself from the store :-)
Under help should be a new button for project which gives a first introduction.
Projects support a local folder, which is assigned to the webapp.
Subfolders for projects, modules and binaries are available.
Projects is a simple folder to handle js-files.
Modules are searched in local folder first, before searching in the internet.
Binaries hold compiled assembler code
I'm still working on this to add functions like
send modules from local folder to sdCard on Espruino
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Projects are a plugin for WebIDE.
I created a pullrequest some time ago, and Gordon merged it on github.
To be honest, I never checked the app itself from the store :-)
Under help should be a new button for project which gives a first introduction.
Projects support a local folder, which is assigned to the webapp.
Subfolders for projects, modules and binaries are available.
Projects is a simple folder to handle js-files.
Modules are searched in local folder first, before searching in the internet.
Binaries hold compiled assembler code
I'm still working on this to add functions like