I have had this happen before and believe it's fixed in bootloader v0.36 - when app.boot.js files get concatenated together for speed, if some don't have semi-colons at the end and when put together they end up making an invalid command.
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.
Hi,
Have you updated any of the apps using https://banglejs.com/apps/ yet?
I have had this happen before and believe it's fixed in bootloader v0.36 - when
app.boot.js
files get concatenated together for speed, if some don't have semi-colons at the end and when put together they end up making an invalid command.