-
• #2
Thanks for the update!
Don't worry about formatting, just type in the text and we'll take care of making sense of it. We will auto-convert links, and if you put asterisks around words we will make them bold.
Tips:
For a full reference visit the Markdown syntax.
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.