-
• #2
require("Storage").eraseAll()
clears all saved stuff and thenE.reboot()
You can also check via Web IDE storage icon (in the middle) what is there now and possibly save it. -
• #3
Thank you !
-
• #4
For most stuff
reset(1)
will work for you too (to clear saved code from storage) - it's only if you added code in something like.boot0
as well that it wouldn't be totally erased.
I have 2 old devices , that sending data \ searching and doing all kind of unkonw things
what do I need to do so they will reset to factory-default?
Thanks,