Do you have any custom watch faces? Anything that might be using console.log or print?
What could be happening is stuff's being written to the console and then when the message is sent to Gadgetbridge there's still something like > left on the input line.
That's something Gadgetbridge could probably be made to filter out, but it might be that just sending a newline char before the message would fix it?
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 you have any custom watch faces? Anything that might be using
console.log
orprint
?What could be happening is stuff's being written to the console and then when the message is sent to Gadgetbridge there's still something like
>
left on the input line.That's something Gadgetbridge could probably be made to filter out, but it might be that just sending a newline char before the message would fix it?