Hi - that sounds like a great idea. Sorry - I should have added that one from the start!
I've just filed an issue for it at https://github.com/espruino/BangleApps/issues/1074
I'll try and look when things calm down later this week, but if you want to have a go yourself, it's basically this tutorial you want: https://www.espruino.com/Bangle.js+App+Settings
So you add a settings menu like that, then right at the start of https://github.com/espruino/BangleApps/blob/master/apps/bthrm/boot.js you check the settings and if it's not enabled you return rather than executing any of the code there
@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.
Hi - that sounds like a great idea. Sorry - I should have added that one from the start!
I've just filed an issue for it at https://github.com/espruino/BangleApps/issues/1074
I'll try and look when things calm down later this week, but if you want to have a go yourself, it's basically this tutorial you want: https://www.espruino.com/Bangle.js+App+Settings
So you add a settings menu like that, then right at the start of https://github.com/espruino/BangleApps/blob/master/apps/bthrm/boot.js you check the settings and if it's not enabled you return rather than executing any of the code there