Can esp8266 server keep track of last time someone visited?
Posted: Thu Nov 07, 2019 3:42 am
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?
How would I go about making the esp8266 check and record last visit time?