Skip to content

Commit fbc64d1

Browse files
committed
version 2.0.1, compiler warning, docu
1 parent 34b046c commit fbc64d1

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes to this project will be documented in this file starting 2021.
44

5+
## [2.0.1] - 2021-01-31
6+
7+
* Compiler warning removed
8+
* Documentation
9+
510
## [2.0.0] - 2021-01-22
611

712
* CHANGELOG created.

library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=OneButton
2-
version=2.0.0
2+
version=2.0.1
33
author=Matthias Hertel, [email protected]
44
maintainer=Matthias Hertel <http://www.mathertel.de>
55
sentence=Arduino library for improving the usage of a singe input button.

src/OneButton.cpp

+4
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,10 @@ void OneButton::tick(bool activeLevel)
320320
reset();
321321
}
322322
break;
323+
324+
default:
325+
// nothing to do.
326+
break;
323327
} // if
324328

325329
} // OneButton.tick()

0 commit comments

Comments
 (0)