Skip to content

Commit

Permalink
Bug fix release 3.6.2: serial bit rate typo in example.
Browse files Browse the repository at this point in the history
  • Loading branch information
dok-net committed Apr 25, 2021
1 parent 318e5b5 commit 502c170
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/Callbacks/Callbacks.ino
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ bool sleepCb()
void setup()
{
#if !defined(ARDUINO_attiny)
Serial.begin(74800);
Serial.begin(74880);
while (!Serial);
delay(100);
Serial.println();
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "CoopTask",
"version": "3.6.1",
"version": "3.6.2",
"keywords": [
"multitasking", "timing"
],
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=CoopTask
version=3.6.1
version=3.6.2
author=Dirk O. Kaar
maintainer=Dirk O. Kaar <[email protected]>
sentence=Portable C++ library for cooperative multitasking like Arduino Scheduler on ESP8266/ESP32, AVR, Linux, Windows
Expand Down

0 comments on commit 502c170

Please sign in to comment.