Also, can you try running 1v92, then copy/pasting this code on to the left-hand side of the ide again:
var f = require("Flash"); for (var i=119;i>=115;i--) { print(i); f.erasePage(i*4096); }
and then uploading your last bit of code and save() ing?
save()
@Gordon started
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.
Also, can you try running 1v92, then copy/pasting this code on to the left-hand side of the ide again:
and then uploading your last bit of code and
save()
ing?