I am running a standalone application and does not have any settings app or any other stuff.
Ahh, ok... So yes, for the settings to work you'd need the 'bootloader' app installed.
But just adding the line Bluetooth.setConsole(true); to your code is enough to force the console to stay on bluetooth (and off the screen)
Bluetooth.setConsole(true);
@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.
Ahh, ok... So yes, for the settings to work you'd need the 'bootloader' app installed.
But just adding the line
Bluetooth.setConsole(true);
to your code is enough to force the console to stay on bluetooth (and off the screen)