-
• #2
It's not well documented but the implementation is here: https://github.com/espruino/EspruinoWebIDE/blob/gh-pages/js/plugins/urlHandler.js
You should be able to do
?settings={"MODULE_AS_FUNCTION":true,"SAVE_ON_SEND":1}
You can get a list of configs from the CLI with
espruino --listconfigs
as well if you need to add anything else :)
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?