SPIFFS select FS_LARGEFILE since it's required

This commit is contained in:
Peter van der Perk 2022-08-04 10:54:31 +02:00 committed by Xiang Xiao
parent 93f05c7e74
commit fa9d352566
2 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,6 @@ CONFIG_ESP32_WIFI=y
CONFIG_ESP32_WIFI_BT_COEXIST=y
CONFIG_ESP32_WIFI_SAVE_PARAM=y
CONFIG_EXAMPLE_POWER_SAVE_MIN_MODEM=y
CONFIG_FS_LARGEFILE=y
CONFIG_FS_PROCFS=y
CONFIG_FS_SPIFFS=y
CONFIG_HAVE_CXX=y

View File

@ -7,6 +7,7 @@ config FS_SPIFFS
bool "SPIFFS File System"
default n
depends on !DISABLE_MOUNTPOINT && ALLOW_BSD_COMPONENTS
select FS_LARGEFILE
---help---
Build the SPIFFS file system. This is a port of version 0.3.7 of
the SPIFFS file system by Peter Andersson. It was originally