Changed boot.js to require 'messages': Bangle.on("message", (type, msg) => require("message").listener(type, msg));
Still error.
Deleted all apps, updated the firmware. Still can't install messages, messages ui nor android integration.
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.
Changed boot.js to require 'messages':
Bangle.on("message", (type, msg) => require("message").listener(type, msg));
Still error.
Deleted all apps, updated the firmware. Still can't install messages, messages ui nor android integration.