Any chance you could try running the battery down until it turns off, and then charging up again? If you can get in via the Web IDE and do: Bangle.setLCDPower(1);Bangle.setLCDTimeout(0);Bangle.setGPSPower(1);Bangle.setHRMPower(1) it should run the battery down pretty quick (Maybe 4-5 hours).
I'm not 100% sure why but it seems that your accelerometer chip may have 'crashed'. I've only had this once before, but in that case we couldn't reset it with a software reset and we basically just had to power cycle it.
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.
Any chance you could try running the battery down until it turns off, and then charging up again? If you can get in via the Web IDE and do:
Bangle.setLCDPower(1);Bangle.setLCDTimeout(0);Bangle.setGPSPower(1);Bangle.setHRMPower(1)
it should run the battery down pretty quick (Maybe 4-5 hours).I'm not 100% sure why but it seems that your accelerometer chip may have 'crashed'. I've only had this once before, but in that case we couldn't reset it with a software reset and we basically just had to power cycle it.
After that it was perfect though.