Can you try running require("Storage").eraseAll() on the left-hand side as well. That'll clear out flash storage completely (reset(true) only clears out saved JS)
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.
Can you try running
require("Storage").eraseAll()
on the left-hand side as well. That'll clear out flash storage completely (reset(true)
only clears out saved JS)