I want to be able to share a URL to people to update their pixl with my latest build via the web app, I found the ?codeurl= param which is great for getting the code into their IDE but I also need to set a couple of options, namley Direct to Flash and Modules uploaded as functions is it possible to set these from url params as well? that way I can give someone a URL to open where they just click connect then send to esprunio?
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.
I want to be able to share a URL to people to update their pixl with my latest build via the web app, I found the
?codeurl=
param which is great for getting the code into their IDE but I also need to set a couple of options, namleyDirect to Flash
andModules uploaded as functions
is it possible to set these from url params as well? that way I can give someone a URL to open where they just click connect then send to esprunio?