Using Espruino IDE without internet connection? #4767
Replies: 1 comment
-
Posted at 2015-06-10 by @gfwilliams Well, the However if you want everything, if you go into You can point this where you want - however because the Web IDE is a Web app there are still security restrictions so you can't point it at a file/directory :(. If you've got a webserver on your PC you can just point the IDE at that though, and can then drag all the modules off the web with You can do the same thing with the compiler, but it's more of a pain to set up - and you don't need it unless you're doing any functions with Finally, under Hope that helps! It'd be cool to have an 'offline' mode actually that basically did that automatically. It's probably not that difficult. Posted at 2015-06-10 by DrAzzy When I need to do that, I use the sandbox/projects feature, and put copies of the modules in that local modules directory. Posted at 2015-06-10 by Jorgen Wow never thought it is easy than this! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2015-06-10 by Jorgen
Hi @gfwilliams is there a simple way to upload code to the Pico without internet connection?
Currently I'm using the nice Espruino Web IDE - everything nice and fancy.
But If I'm going by train and want to push my new code to the Pico, the IDE reports some erros, that the libraries can not be found.
I think, this is because they're loaded from espruino.com/modules - right?
How can I change the modules path and the JavaScript Compiler URL to some local directories...
Beta Was this translation helpful? Give feedback.
All reactions