You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • Hi Stevie,

    Your code looks fine to me. I just checked it out here and I have exactly the same problem, on both boards.

    Sorry about that - I have absolutely no idea how this got missed (it seems to have been like it for a few versions). I think it's because I'd been testing with things similar to:

    setInterval(function() {
        digitalPulse(LED2,1,5000);
    }, 10000);
    setDeepSleep(1);
    

    Which don't set a timeout from within an interval.

    I'll try and get this fixed today and will push out a release.

About

Avatar for Gordon @Gordon started