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}
?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 :)
espruino --listconfigs
@Gordon started
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.
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 :)