Hi @Gordon 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...
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.
Hi @Gordon 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...