• on Bangle.JS2 how can I add a button with label RESET to reset the maxZ value? I tried this code from the counter app but it doesn't work. I've added it after line 80.

    setWatch(() => {
       maxZ = 0;
       updateScreen();
     }, BTN2, {repeat:true});
    
About

Avatar for Ganblejs @Ganblejs started