From d183894223c68dd2ec70f46533e19584bc500ef6 Mon Sep 17 00:00:00 2001 From: Just Call Me Koko Date: Sat, 24 Feb 2024 20:44:12 -0500 Subject: [PATCH] Increased Mini button list size to 100 This will allow for larger AP lists. Mfers in apartment buildings will still be mad --- esp32_marauder/configs.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/esp32_marauder/configs.h b/esp32_marauder/configs.h index 3b3347262..22c5b9fe7 100644 --- a/esp32_marauder/configs.h +++ b/esp32_marauder/configs.h @@ -367,7 +367,7 @@ //#define MENU_FONT &FreeSans9pt7b //#define MENU_FONT &FreeSansBold9pt7b #define BUTTON_SCREEN_LIMIT 6 - #define BUTTON_ARRAY_LEN 13 + #define BUTTON_ARRAY_LEN 100 #define STATUS_BAR_WIDTH (TFT_HEIGHT/16) #define LVGL_TICK_PERIOD 6 @@ -609,7 +609,7 @@ //#define MENU_FONT &FreeSans9pt7b //#define MENU_FONT &FreeSansBold9pt7b #define BUTTON_SCREEN_LIMIT 10 - #define BUTTON_ARRAY_LEN 13 + #define BUTTON_ARRAY_LEN 100 #define STATUS_BAR_WIDTH (TFT_HEIGHT/16) #define LVGL_TICK_PERIOD 6 @@ -676,7 +676,7 @@ //#define MENU_FONT &FreeSans9pt7b //#define MENU_FONT &FreeSansBold9pt7b #define BUTTON_SCREEN_LIMIT 5 - #define BUTTON_ARRAY_LEN 13 + #define BUTTON_ARRAY_LEN 100 #define STATUS_BAR_WIDTH (TFT_HEIGHT/16) #define LVGL_TICK_PERIOD 6