Update Kconfig.projbuild (#9684)
Fix selective compilation to include LittleFS library when checked in menu.
This commit is contained in:
parent
d164df89de
commit
316c021b44
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue