diff options
| author | Anatoli Arkhipenko <arkhipenko@hotmail.com> | 2015-11-24 10:28:40 -0500 |
|---|---|---|
| committer | Anatoli Arkhipenko <arkhipenko@hotmail.com> | 2015-11-24 10:28:40 -0500 |
| commit | 9edbe90155b19267bfb0cc4439ee5216f0569ba9 (patch) | |
| tree | 44d0866b7120260fda3b6b20d57e85a39c174768 /library.properties | |
| parent | 85f6d7b0661035dbba835502129d487335872491 (diff) | |
v1.8.5 bug fixes
* incorrect calculation of next task invocation in case callback changed the interval
* Task::set() method calls setInterval() explicitly, therefore delaying the task in the same manner
Diffstat (limited to 'library.properties')
| -rw-r--r-- | library.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library.properties b/library.properties index 67b7a7c..ac0d61f 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=TaskScheduler -version=1.8.4 +version=1.8.5 author=Anatoli Arkhipenko <arkhipenko@hotmail.com> maintainer=Anatoli Arkhipenko <arkhipenko@hotmail.com> sentence=A light-weight cooperative multitasking library for arduino microcontrollers. |
