Disable Pixl.js screen as Terminal

Posted on
  • Might be a little tricky to explain, but sometimes on the Pixl screen I get messages that appear like this:

    Bluetooth
    < Bluetooth

    or similar (I could add a photo if this is not clear).

    I'm guessing these are coming from the Espruino OS. Just wondering if I could turn these off in any way?

    I tried Terminal.setConsole(false) but this obviously causes issues trying to connect with the IDE.

    Any thoughts?

  • Yes, it's the REPL moving to the terminal automatically. Try Bluetooth.setConsole(1) - it'll force the console to Bluetooth regardless of whether it is connected or not :)

  • Post a reply
    • Bold
    • Italics
    • Link
    • Image
    • List
    • Quote
    • code
    • Preview
About

Disable Pixl.js screen as Terminal

Posted by Avatar for dave_irvine @dave_irvine

Actions