It looks to me that watches tells you what you have bound to the Buttons.
Below is the result of my stepo watch, which detects press and release of BTN2.
Below is the result of my experimental multiclock where I want to have {BTN1, BTN2} short and long presses passed onto the current watch face. I use BTN3 rising edge to switch faces and leave BTN3 long press for the reset.
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.
It looks to me that watches tells you what you have bound to the Buttons.
Below is the result of my stepo watch, which detects press and release of BTN2.
Below is the result of my experimental multiclock where I want to have {BTN1, BTN2} short and long presses passed onto the current watch face. I use BTN3 rising edge to switch faces and leave BTN3 long press for the reset.
So these are both what I would expect.