• For anyone needing it, you can use

    var fullreset = reset;
    

    before the "function reset()" line to preserve the reset function. Then just call fullreset() to reset your espruino.
    EDIT: Make that:

    if(!fullreset) {var fullreset = reset}
    

    :S Managed to overwrite fullreset.

About

Avatar for the1laz @the1laz started