mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
10 lines
305 B
Plaintext
10 lines
305 B
Plaintext
|
menu "Non-volatile storage"
|
||
|
|
||
|
config MP_BLOB_SUPPORT
|
||
|
bool "Enable multi-page blob support"
|
||
|
default n
|
||
|
help
|
||
|
When enabled, blobs larger than the sector size are split and stored on multiple sectors.
|
||
|
This removes the earlier limitation of 1984 bytes for storing data-blobs.
|
||
|
endmenu
|