Otherwise when BLE connects the console swap over to BLE automatically.
You can do E.setConsole(null,true); to force the console, but if you do that you won't even be able to program your Bangle unless you completely reboot it without loading your code.
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.
Do
E.setConsole(null);
on theconnect
event.Otherwise when BLE connects the console swap over to BLE automatically.
You can do
E.setConsole(null,true);
to force the console, but if you do that you won't even be able to program your Bangle unless you completely reboot it without loading your code.