You are reading a single comment by @Ganblejs and its replies. Click here to read the full conversation.
  • Hi! Any update on this? Are more people having this problem?

    Did you actually have a similar issue @Ganblejs and did you figure out the code that was causing the error?

    This error looks a bit odd to me:

    Uncaught ReferenceError: "WIDGETS" is not defined
    at line 24 col 17 in .bootcde
    WIDGETS["date"]={
    

    I don't see the code WIDGETS["date"] anywhere in https://github.com/espruino/BangleApps. Is date one of your own widgets?

    It seems that you may have copied it in using the Web IDE while it was set to upload to Flash, which overwrote the bootloader?

    The Bangle.js development docs (http://www.espruino.com/Bangle.js+Develo­pment) mention:

    Note: If you've used Espruino before, make sure the Upload button (middle of the screen) shows RAM underneath it. Otherwise by writing to Flash you can remove the watch's built-in menu (you can just re-add it by removing and installing bootloader using https://banglejs.com/apps)

About

Avatar for Ganblejs @Ganblejs started