• 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

About

Avatar for fanoush @fanoush started