Update Kconfig.projbuild (#9684)

Fix selective compilation to include LittleFS library when checked in menu.
This commit is contained in:
monte-monte 2024-05-27 12:08:47 +03:00 committed by GitHub
parent d164df89de
commit 316c021b44
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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