Apologies if this has been asked before. I'm trying to develop my first app that has a settings file that can be accessed from the Settings > Apps menu.
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.
Apologies if this has been asked before. I'm trying to develop my first app that has a settings file that can be accessed from the Settings > Apps menu.
I'm following the instructions on https://www.espruino.com/Bangle.js+App+Settings and building the app in my branch of the app loader.
The app installs on my JS2 ok, but even after a reboot, my app isn't showing up in the Settings > App menu on my watch.
Is there a common likely error that I've made? (My app is here: https://github.com/blogmywiki/BangleApps/tree/master/apps/suw )