Skip to content

Commit

Permalink
library update
Browse files Browse the repository at this point in the history
  • Loading branch information
forntoh committed Jul 23, 2020
1 parent 53e01f6 commit b9292cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=LcdMenu
version=1.0.2
version=1.0.3
author=Forntoh Thomas <[email protected]>
maintainer=Forntoh Thomas <[email protected]>
sentence=Display navigable menu items on your LCD display with Arduino.
Expand Down
8 changes: 4 additions & 4 deletions src/LcdMenu.h
Original file line number Diff line number Diff line change
Expand Up @@ -204,10 +204,10 @@ class LcdMenu {
* @param duration how long to display the message
*/
void displayNotification(char* message, unsigned int duration);
/**
* Executes any delayed task when appropriate time reaches
*/
void updateTimer();
/**
* Executes any delayed task when appropriate time reaches
*/
void updateTimer();
/**
* Get a `MenuItem` at position
*
Expand Down

0 comments on commit b9292cb

Please sign in to comment.