espressif / esp-rainmaker

ESP RainMaker Agent for firmware development
Apache License 2.0
431 stars 145 forks source link

Creating an task scheduler in rainmaker (MEGH-4208) #228

Closed ghost closed 1 year ago

ghost commented 1 year ago

Hii,

I am currently using ESP32WROOM and ESPrainmaker application. I have already scheduled an event in rainmaker but I want to run this same scheduled request after (power comes back). I don't want to go for RTC and Battery.

shahpiyushv commented 1 year ago

All RainMaker schedules are stored in persistent memory and so, stay active even after a reboot, given that the local time is available via SNTP (which requires Internet). Is this what you are looking for?

shahpiyushv commented 1 year ago

Closing this issue since there was no further communication.