So you're a Noob? Post your questions here until you graduate! Don't be shy.

User avatar
By MyESP
#84453 I'm trying to make a simple device which keeps a relay closed (digital pin HIGH) as long as the website on the esp8266 has been visited in the last 10 minutes. If esp8266 doesn't get a visit/ping within 10 minutes it drop some digital pin to LOW. And next time it gets visited it goes back to HIGH.

How would I go about making the esp8266 check and record last visit time?