Files
xiaozhi-esp32/managed_components/espressif__esp_mmap_assets/Kconfig
2025-09-05 13:25:11 +08:00

10 lines
172 B
Plaintext

# Kconfig file for MMAP
menu "mmap file support format"
config MMAP_FILE_NAME_LENGTH
int "Max file name length"
default 16
range 1 32
endmenu