The trick is really the E.setConsole(null, {force:true}); which moves the console away from Bluetooth so you can use it as you want. Just remember that when that is done you won't be able to use the console until you do Bluetooth.setConsole again
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.
Yes - you just use:
The trick is really the
E.setConsole(null, {force:true});
which moves the console away from Bluetooth so you can use it as you want. Just remember that when that is done you won't be able to use the console until you doBluetooth.setConsole
again