From 6341d094b73875c9f5e423dbd7068fd9b080644f Mon Sep 17 00:00:00 2001 From: Laurens Valk Date: Mon, 16 Sep 2024 13:54:39 +0200 Subject: [PATCH] pbio/platform/prime_hub: Disable slot UI. This may be introduced in a future release when the host side is closer to being ready. --- lib/pbio/platform/prime_hub/pbsysconfig.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/pbio/platform/prime_hub/pbsysconfig.h b/lib/pbio/platform/prime_hub/pbsysconfig.h index 4b09e3c9f..d9dea2cad 100644 --- a/lib/pbio/platform/prime_hub/pbsysconfig.h +++ b/lib/pbio/platform/prime_hub/pbsysconfig.h @@ -10,11 +10,11 @@ #define PBSYS_CONFIG_BLUETOOTH (1) #define PBSYS_CONFIG_BLUETOOTH_TOGGLE (1) #define PBSYS_CONFIG_BLUETOOTH_TOGGLE_BUTTON (512) // PBIO_BUTTON_RIGHT_UP, but enum value cannot be used here. -#define PBSYS_CONFIG_HMI_NUM_SLOTS (5) +#define PBSYS_CONFIG_HMI_NUM_SLOTS (0) #define PBSYS_CONFIG_HUB_LIGHT_MATRIX (1) #define PBSYS_CONFIG_MAIN (1) #define PBSYS_CONFIG_STORAGE (1) -#define PBSYS_CONFIG_STORAGE_NUM_SLOTS (PBSYS_CONFIG_HMI_NUM_SLOTS) +#define PBSYS_CONFIG_STORAGE_NUM_SLOTS (5) #define PBSYS_CONFIG_STORAGE_RAM_SIZE (258 * 1024) #define PBSYS_CONFIG_STORAGE_ROM_SIZE (PBDRV_CONFIG_BLOCK_DEVICE_W25QXX_STM32_SIZE) #define PBSYS_CONFIG_STORAGE_OVERLAPS_BOOTLOADER_CHECKSUM (0)