From 1020851cc706ea24efe7416665213c316e830a29 Mon Sep 17 00:00:00 2001 From: monte-monte <6649967+monte-monte@users.noreply.github.com> Date: Sun, 26 May 2024 11:07:48 +0300 Subject: [PATCH] Update Kconfig.projbuild Fix selective compilation to include LittleFS library when checked in menu. --- Kconfig.projbuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Kconfig.projbuild b/Kconfig.projbuild index 06ed92efae1..c1a9f4cb7bd 100644 --- a/Kconfig.projbuild +++ b/Kconfig.projbuild @@ -311,8 +311,8 @@ config ARDUINO_SELECTIVE_FFat depends on ARDUINO_SELECTIVE_COMPILATION && ARDUINO_SELECTIVE_FS default y -config ARDUINO_SELECTIVE_LITTLEFS - bool "Enable LITTLEFS" +config ARDUINO_SELECTIVE_LittleFS + bool "Enable LittleFS" depends on ARDUINO_SELECTIVE_COMPILATION && ARDUINO_SELECTIVE_FS default y