...what about passing an 'empty' function instead of undefined?
USB.on('data',function () { USB.on('data',function(){}); USB.setConsole(); });
...with setting the on-handler first and then the redirect...
@allObjects started
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.
...what about passing an 'empty' function instead of undefined?
...with setting the on-handler first and then the redirect...