You are reading a single comment by @Sacha and its replies. Click here to read the full conversation.
  • I left the Espruino over night connected. Just waiting that something happens on the Serial connection (Serial1.onData callback registered). No data received but the timing is way off.

    The following statement took 3-4 Seconds only:

    console.log("Start-Time: "+getTime()); setTimeout(function() { console.log("After a very long wait.: "+getTime()); }, 10000000);

    Start-Time: 49936143.57320594787597
    =1
    After a very long wait.: 49946147.45812225341796

About

Avatar for Sacha @Sacha started