You are reading a single comment by @RaoulDuke and its replies. Click here to read the full conversation.
  • I just played around with the blob clock, because it uses seconds and thus according to my theory is more likely to break. I connected to the watch using WebIDE and sent Ctrl-C via the console. After a few attempts, i always get this:

     ____                 _
    |  __|___ ___ ___ _ _|_|___ ___
    |  __|_ -| . |  _| | | |   | . |
    |____|___|  _|_| |___|_|_|_|___|
             |_| espruino.com
     2v13.138 (c) 2021 G.Williams
            let time=new Date();let hours=time.getHours();let mins=time.getMinutes()...
                        ^
    debug> 
    

    The watch can be reset via button (1s) , and i get this:

    ERROR: Ctrl-C while processing interval - removing it.
    Execution Interrupted during event processing.
    Interpreter error: [
      "CALLBACK"
     ]
    New interpreter error: CALLBACK
    > 
    
About

Avatar for RaoulDuke @RaoulDuke started