Audio added to firmware, Website File handling
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
menuconfig FS_MGMT
|
||||
bool "File System Management"
|
||||
default y
|
||||
select FLASH
|
||||
select FLASH_MAP
|
||||
select FILE_SYSTEM
|
||||
@@ -11,6 +12,11 @@ menuconfig FS_MGMT
|
||||
Library for initializing and managing the file system.
|
||||
|
||||
if FS_MGMT
|
||||
config FS_MGMT_MAX_PATH_LENGTH
|
||||
int "Maximum File Path Length"
|
||||
default 32
|
||||
help
|
||||
Set the maximum length for file paths in the file system. Default is 32 characters.
|
||||
config FS_MGMT_MOUNT_POINT
|
||||
string "Littlefs Mount Point"
|
||||
default "/lfs"
|
||||
|
||||
Reference in New Issue
Block a user