diff --git a/library.properties b/library.properties index 5422bba0..69a38af7 100644 --- a/library.properties +++ b/library.properties @@ -5,7 +5,7 @@ maintainer=Forntoh Thomas sentence=Display navigable menu items on your LCD display with Arduino. paragraph=Includes display of notifications and dynamic menus. Compatible with all Character LCD Display Module and VATN Alphanumeric LCD Display. category=Display -url=https://github.com/forntoh/LcdMenu/wiki/LcdMenu +url=https://github.com/forntoh/LcdMenu/wiki repository=https://github.com/forntoh/LcdMenu.git architectures=* depends=LiquidCrystal_I2C 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 *