Ok, thanks for the update. If you update with a cutting edge build now, you should now be able to do:
Bangle.setOptions({lowResistanceFix:1})
This will do the fix I posted above automatically - so long-pressing the button to go back to apps (and even reboot) should work, and it even overrides the IRQ so the button should work in apps (although it works by polling so won't be as snappy/reliable as before).
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.
Ok, thanks for the update. If you update with a cutting edge build now, you should now be able to do:
This will do the fix I posted above automatically - so long-pressing the button to go back to apps (and even reboot) should work, and it even overrides the IRQ so the button should work in apps (although it works by polling so won't be as snappy/reliable as before).