You can send load() which will load the default app - like a long-press on BTN3.
load()
Or load(filename) will load that file from flash and execute it
load(filename)
@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.
You can send
load()
which will load the default app - like a long-press on BTN3.Or
load(filename)
will load that file from flash and execute it