Still does not survive a reset/power cycle though after a save()
What's it doing wrong? I've done similar things and had them survive power cycle and come back up and run (until they crashed due to the timer bug - this was pre-v59)... I'm looking at my old code, and I see that I had onInit() doing setTimeout(doInit,2000); and had the code to initialize the LCD and sensors in that. IIRC something didn't work if I started driving it immediately. I think it was the LCD (same one you're using).
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's it doing wrong? I've done similar things and had them survive power cycle and come back up and run (until they crashed due to the timer bug - this was pre-v59)... I'm looking at my old code, and I see that I had onInit() doing setTimeout(doInit,2000); and had the code to initialize the LCD and sensors in that. IIRC something didn't work if I started driving it immediately. I think it was the LCD (same one you're using).