in most apps, long pressing BTN3 gets you back to default UI. It performs a lot more than just unloading the current app and loading the clock app. It even executes *.boot.js files. How would you write a "background" app which actually initializes just once and provides some state for the duration of power on?
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,
in most apps, long pressing BTN3 gets you back to default UI. It performs a lot more than just unloading the current app and loading the clock app. It even executes
*.boot.js
files. How would you write a "background" app which actually initializes just once and provides some state for the duration of power on?