That'd odd - you could check global["\xff"].watches and see if that shows anything different between button presses?
global["\xff"].watches
Could you try and get this down to a super basic example that has the same problem, using setWatch and not much else?
setWatch
On nRF52, 2v09 did switch to using low lower watches on pins - but I haven't personally seen any issues with doing that here.
@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.
That'd odd - you could check
global["\xff"].watches
and see if that shows anything different between button presses?Could you try and get this down to a super basic example that has the same problem, using
setWatch
and not much else?On nRF52, 2v09 did switch to using low lower watches on pins - but I haven't personally seen any issues with doing that here.