Toshik / TickerScheduler

Simple scheduler for ESP8266 Arduino based on Ticker
127 stars 42 forks source link

reseting time WDT style #14

Closed Pman123 closed 6 years ago

Pman123 commented 6 years ago

Is it possible to expose a call to re-set individual tasks in the fashion of a watch dog, with one call. Currently I found doing .disable() then .enable() achieves this but I suspect at the cost of additional processor cycles?

Thanks for a great utility, its found it's way into many of my projects since I came across it!

Martin.