require("Storage").eraseAll() clears all saved stuff and then E.reboot()
You can also check via Web IDE storage icon (in the middle) what is there now and possibly save it.
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.
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.