Nicely done working it out 🙂
Using Bangle.removeListener() you can remove individual listeners you've set yourself. Like this: https://www.espruino.com/Reference#l_Object_removeListener
But I think you worked out the better solution using setUI 👍
@Ganblejs 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.
Nicely done working it out 🙂
Using Bangle.removeListener() you can remove individual listeners you've set yourself. Like this: https://www.espruino.com/Reference#l_Object_removeListener
But I think you worked out the better solution using setUI 👍