Also on latest firmwares you'll find GPS keeps running even between apps (without turning off).
state app dependancies for my app.
I think if you look at apps.json there are some examples of it being done. However I'd suggest that if possible you detect if the app is installed and if not, try and carry on regardless just with that functionality disabled?
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 think it's in 2v09, but not 2v08.
Also on latest firmwares you'll find GPS keeps running even between apps (without turning off).
I think if you look at
apps.json
there are some examples of it being done. However I'd suggest that if possible you detect if the app is installed and if not, try and carry on regardless just with that functionality disabled?