You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • You shouldn't really use just clearInterval/clearTimeout without an argument unless it's on initialisation when you do really want to clear everything. Just remember the timeout value returned by setInterval/etc and use that.

    What you're doing is you're clearing all timeouts - including the one that was set up inside the ESP8266WiFi module - and then the wifi module is complaining, not your code.

About

Avatar for Gordon @Gordon started