-
• #2
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 :)
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 :)
Might be a little tricky to explain, but sometimes on the Pixl screen I get messages that appear like this:
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?