I think it just comes if your code is printing something to the console (like console.log("Hello world")) and Gadgetbridge sees it and complains.
That could just be some debug code, or it could actually be an error message from Bangle.js. Maybe you could check your Gadgetbridge logs and see what was actually sent?
Ah yeah, I noticed. Something got malformed but seems to be working again, I think I will release it in the next days as I kind of beta and wait for feedback to fix further issues, as it is working for me now without any.
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.
Great!
I think it just comes if your code is printing something to the console (like
console.log("Hello world")
) and Gadgetbridge sees it and complains.That could just be some debug code, or it could actually be an error message from Bangle.js. Maybe you could check your Gadgetbridge logs and see what was actually sent?