• I dug into the code a bit deeper, found this :

    function sendCode() line 407 espruino-cli.js`

    if (args.expr) {
        if (code) {
          if (code[code.length-1]!="\n")
            code += "\n";
        } else
          Espruino.Config.RESET_BEFORE_SEND = false;
        code += args.expr+"\n";
      }
    

    So I changed RESET_BEFORE_SEND to true there and it does the same as ide then, I think. The memory was still occupied from clock face.

About

Avatar for d3nd3-o0 @d3nd3-o0 started