Did you try just waiting a minute? 'Checking Storage' checks all 8MB of flash so can take a while.
It's new for version 2v10 (but on Bangle.js 1 it's twice as fast because it has half the storage). I think realistically I'm going to end up tweaking it though so as long as there is something in Storage it doesn't bother checking the whole thing.
Also if you want to restore on Bangle 2 you can just do Bangle.factoryReset() and it'll sort everything out quickly.
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 you try just waiting a minute? 'Checking Storage' checks all 8MB of flash so can take a while.
It's new for version 2v10 (but on Bangle.js 1 it's twice as fast because it has half the storage). I think realistically I'm going to end up tweaking it though so as long as there is something in Storage it doesn't bother checking the whole thing.
Also if you want to restore on Bangle 2 you can just do
Bangle.factoryReset()
and it'll sort everything out quickly.