reset() then save() has almost the same effect... as a clear() would have.
Would it be possible to actually make it this way? ...because after a first save() on a flashed Espruino reset() always leaves residues. Only a re-flash gets you back to the realy clean slate... state. The startup is different with the residues.
What ere these few hundred bytes that still are saved anyway after a reset ()?
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.
Would it be possible to actually make it this way? ...because after a first
save()
on a flashed Espruinoreset()
always leaves residues. Only a re-flash gets you back to the realy clean slate... state. The startup is different with the residues.What ere these few hundred bytes that still are saved anyway after a
reset ()
?