Releases: PRosenb/DeepSleepScheduler
Releases · PRosenb/DeepSleepScheduler
Version 3.3.0
Version 3.2.0
- Internal redesign to reduce memory usage
- Max wait duration on ESP8266 due to watchdog
Version 3.1.0
Add new method scheduleOnce()
Version 3.0.1
Use esp_restart() instead of esp_restart_noos()
Version 3.0.0
Add support for ESP32 and ESP8266
Version 2.1.2
Small changes to prevent compiler warnings
Version 2.1.1
- update default of SLEEP_MODE to correct value
Version 2.1.0
- add support for ATtiny
- add the ability to specify a callback Runnable when a task runs too long
- add define SLEEP_MODE to allow the user to specify the used sleep mode
Version 2.0.0
- Add class Runnable to extend from
- Add method isScheduled()
- Add DEEP_SLEEP_DELAY option
- Remove QUEUE_OVERFLOW_PROTECTION option
- Add getScheduleTimeOfCurrentTask() for repeated tasks
- Improve power consumption in PWR_DOWN
- Add sketches in examples to measure CPU sleep times
Version 1.0.0
Initial public release