You are reading a single comment by @Will and its replies. Click here to read the full conversation.
  • @Gordon - I am indeed finding that the

    setInterval(function(){}, 1000*3600)
    

    is useful in my application to keep the ESP from turning into a zombie. I have spent some efforts troubleshooting a variety of other possible problems, so cannot say for sure it is not an issue with capacitor, the chip I was using, or other bug in the code, but the version of the code I have running currently, with the setinterval on top of it, is working fine.

    The code (currently without setInterval checked in) can be found here, if you are curious.

    https://github.com/wga22/esp8266/blob/ma­ster/espurino/landscape_AP.js

About

Avatar for Will @Will started