Releases: prampec/arduino-softtimer
Releases · prampec/arduino-softtimer
3.3.0
3.2.0
PLEASE READ THIS CHANGELOG!
Change: "Introducing init() method for initializing tasks."
This is a quite big change in terms that compatibility might be lost in certain cases.
There was a bug in SoftTimer's provided utilities (custom Tasks), where these Tasks manipulated I/O in construction time. And while this might work all right in most cases, in other cases it introduced instability and hangups. So it it very recommended to switch to this version.
From this version you should call "task.init()" during setup. (init() will be eventually called for the task on SoftTimer.add(), in case not called before.)