-
• #2
Thr 2019.07.25
@sammachin,
Doesdump()
allow the desired results in the left-hand console panel of the WebIDE?Note to self: Make backups
-
• #4
Glad to see recovery was successful from that unnerving experience!!
-
• #5
Just a note on this:
If you're written code with
save()
thendump()
will attempt to reconstitute it and the code may not be entirely the same - but is probably 'good enough' :)If you wrote code with
save to flash
thendump()
will give you the exact code character for character that you uploaded.
I've done a dumb thing and realised that the only working copy of some code I have is runnng on a puck, somehow I forgot to save the backup.
Is there any way to get the REPL to print out the current code thats on the device, I tried pocking at the Storage functions but I get an error
"Storage" is not defined