Did anything happen to the Bangle that started all this off?
It sounds like the flash storage has got corrupted, but deleting all code should have fixed that.
What happens if you log in with the IDE and type Bangle.factoryReset() on the left-hand side? It'll take a while but will hopefully completely erase the flash and rewrite it with a default firmware
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.
Did anything happen to the Bangle that started all this off?
It sounds like the flash storage has got corrupted, but deleting all code should have fixed that.
What happens if you log in with the IDE and type
Bangle.factoryReset()
on the left-hand side? It'll take a while but will hopefully completely erase the flash and rewrite it with a default firmware