You are reading a single comment by @TheLogan and its replies. Click here to read the full conversation.
  • Ah, that was it, I just

    • Flashed it
    • checked the time, date timezone etc
    • connected to the web IDE
    • uploaded code

    When I and went back to the main screen and the time was off by an hour.
    I'm assuming the timezone is in GMT?

    The code I uploaded btw was just

    setWatch(() => {
      Bangle.buzz();
      E.showMessage("You\npressed\nthe button!");
      setTimeout(()=>g.clear(), 1000);
    }, BTN1, {repeat:true});
    

    I doubt the code itself matters though.

About

Avatar for TheLogan @TheLogan started