If you don't call E.setConsole(null) then Bluetooth.on('data', won't be called so your code won't work. If you do call it you can still print with Bluetooth.println
Basically adding this function within Bluetooth.on()?
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.
If you don't call
E.setConsole(null)
thenBluetooth.on('data',
won't be called so your code won't work. If you do call it you can still print withBluetooth.println
No... I mean just code like this: