How 'bricked' they are? you cannot access Espruino console over serial or bluetooth - wherever the active console is? You cannot press ctrl+c on the console (left side in web ide or over serial teminal) to get debug prompt debug>? see https://www.espruino.com/Debugger
If you can break into debugger after startup to see the debug> prompt then your running code is stopped and you could hopefully run print require("Storage").eraseAll() from debugger to clear the storage.
With serial console it may be easier - reset or poweron the module with serial already open and immediately try ctr+c
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.
How 'bricked' they are? you cannot access Espruino console over serial or bluetooth - wherever the active console is? You cannot press ctrl+c on the console (left side in web ide or over serial teminal) to get debug prompt
debug>
? see https://www.espruino.com/DebuggerIf you can break into debugger after startup to see the
debug>
prompt then your running code is stopped and you could hopefully runprint require("Storage").eraseAll()
from debugger to clear the storage.With serial console it may be easier - reset or poweron the module with serial already open and immediately try ctr+c