Daily Task fire in ESP8266, while loop is reading inputs
Posted: Mon Dec 12, 2022 2:39 pm
I'm trying to gather a bit of intel about scheduling a daily event using an ESP8266 and maybe ESPDailyTask.h.
I'm not finding any examples of using ESPDailyTask.h without the sleep mode, and with an active loop.
Can the
I'm not finding any examples of using ESPDailyTask.h without the sleep mode, and with an active loop.
Can the
Code: Select all
and dailyTask.sleep1Day()
Code: Select all
simply be omitted to run loop code?dailyTask.backToSleep()