Try checking out: Tropubleshooting: My code works when I'm connected via Bluetooth but stops when I disconnect
Short answer: just add Bluetooth.setConsole(true) in onInit to force the console to Bluetooth regardless.
Bluetooth.setConsole(true)
onInit
@Gordon 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.
Try checking out: Tropubleshooting: My code works when I'm connected via Bluetooth but stops when I disconnect
Short answer: just add
Bluetooth.setConsole(true)
inonInit
to force the console to Bluetooth regardless.