One of my Puck.js's got into a state where I couldn't save(); without the Puck crashing (and the IDE disconnecting). I tried reloading the current firmware (1v91, via DFU on nRF Toolbox for iOS), but the problem persisted.
Finally, I tried E.setBootCode("");, and that seemed to make save(); possible again.
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.
One of my Puck.js's got into a state where I couldn't
save();
without the Puck crashing (and the IDE disconnecting). I tried reloading the current firmware (1v91, via DFU on nRF Toolbox for iOS), but the problem persisted.Finally, I tried
E.setBootCode("");
, and that seemed to makesave();
possible again.