Ok, well that's good news. I don't believe you'd be able to actually break the flash chip by uploading to it.
It'd be great if you could try running the battery down first - if you connect with the IDE and upload Bangle.setGPSPower(1);Bangle.setLCDTimeout(0);Bangle.setLCDPower(1) you should be able to flatten it under 8 hours.
I haven't had it happen with the flash chip yet (this could be first) but I have seen two times when the accelerometer locks up until the Bangle was power cycled.
Failing that, it is possible to set up software SPI and the communicate directly with Bangle.js's flash chip (you just have to ensure that you upload to RAM). I just looked and can't find the code here right now, but if you still have troubles after flattening it I'll come up with something for you
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, well that's good news. I don't believe you'd be able to actually break the flash chip by uploading to it.
It'd be great if you could try running the battery down first - if you connect with the IDE and upload
Bangle.setGPSPower(1);Bangle.setLCDTimeout(0);Bangle.setLCDPower(1)
you should be able to flatten it under 8 hours.I haven't had it happen with the flash chip yet (this could be first) but I have seen two times when the accelerometer locks up until the Bangle was power cycled.
Failing that, it is possible to set up software SPI and the communicate directly with Bangle.js's flash chip (you just have to ensure that you upload to RAM). I just looked and can't find the code here right now, but if you still have troubles after flattening it I'll come up with something for you