From 4e3a7635575daa3f723b27f27cefd8f8009d505b Mon Sep 17 00:00:00 2001 From: supRay Date: Tue, 17 Oct 2023 15:40:49 -0400 Subject: [PATCH] Update max num of screen --- src/LiquidMenu_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LiquidMenu_config.h b/src/LiquidMenu_config.h index c9efc27..2d4ab21 100644 --- a/src/LiquidMenu_config.h +++ b/src/LiquidMenu_config.h @@ -67,7 +67,7 @@ const uint8_t MAX_FUNCTIONS = 4; ///< @note Default: 8 const uint8_t MAX_LINES = 3; ///< @note Default: 12 /// Configures the number of available screens per menu. -const uint8_t MAX_SCREENS = 10; ///< @note Default: 14 +const uint8_t MAX_SCREENS = 11; ///< @note Default: 14 /// Configures the number of available menus per menus system. const uint8_t MAX_MENUS = 35; ///< @note Default: 8