Skip to content

Commit

Permalink
Update max num of screen
Browse files Browse the repository at this point in the history
  • Loading branch information
hezy0426 committed Oct 17, 2023
1 parent 60fd6c2 commit 4e3a763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LiquidMenu_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4e3a763

Please sign in to comment.