What actually happens when you type save() on 1v91? What does it display?
save()
As a sanity check, can you run this on the Puck that's having trouble?
var f = require("Flash"); for (var i=119;i>=115;i--) { print(i); f.erasePage(i*4096); }
It'll clear out any saved code, but also the bonding region (which might be causing problems after the 1v92 update)
@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.
What actually happens when you type
save()
on 1v91? What does it display?As a sanity check, can you run this on the Puck that's having trouble?
It'll clear out any saved code, but also the bonding region (which might be causing problems after the 1v92 update)