Workaround for save(); crashing on 1v91 #2044
Unanswered
espruino-discuss
asked this question in
Puck.js, Pixl.js, Jolt.js and MDBT42
Replies: 1 comment
-
Posted at 2017-03-01 by @gfwilliams Thanks for the update! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Posted at 2017-03-01 by oesterle
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.Beta Was this translation helpful? Give feedback.
All reactions