How to Schedule a Task execution - ESP8266

I am building an auto update function on my ESP8266.

The update part is working good.

Now I need to run the update function every day of the year at 10:00AM.

How can I do this?

If there may be power outages, you will need an independent source of time. A battery-backed RTC would work.

Regardless, just check the time and when it becomes 10:00 AM, execute the function.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.