reset(); save(); not clearing code [SOLVED] #5063
Unanswered
espruino-discuss
asked this question in
Pico / Wifi / Original Espruino
Replies: 1 comment
-
Posted at 2022-10-14 by Mrbbp hello @AdaMan82 |
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 2022-10-05 by AdaMan82
I guess I'll post this for others to find since I figured it out as I was making this post.
So despite making sure I don't execute at boot event after reset, I couldn't seem to clear my code from flash without doing E.setBootCode() which I understand might be problematic if my code crashes.
I solved the problem by re-flashing the firmware and it seems to have fixed it.
Beta Was this translation helpful? Give feedback.
All reactions