From b9292cbcdf39569ed8e0a315c9a131b40e6f7f8c Mon Sep 17 00:00:00 2001 From: forntoh Date: Thu, 23 Jul 2020 10:27:35 +0100 Subject: [PATCH] library update --- library.properties | 2 +- src/LcdMenu.h | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/library.properties b/library.properties index 69a38af7..f455e450 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=LcdMenu -version=1.0.2 +version=1.0.3 author=Forntoh Thomas maintainer=Forntoh Thomas sentence=Display navigable menu items on your LCD display with Arduino. diff --git a/src/LcdMenu.h b/src/LcdMenu.h index 1d08e6e5..11da1daa 100644 --- a/src/LcdMenu.h +++ b/src/LcdMenu.h @@ -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 *