• Once you move the console with LoopbackA.setConsole(1) nothing you type in the Web IDE will work.

    Ideally you would call it somehow from within Espruino. Eg.:

    setWatch(function() {
      USB.setConsole();
    }, BTN, {repeat:true,edge:"rising",debounce:50})­;
    

    Then when you press the button you get control back.

About

Avatar for Gordon @Gordon started