mirror of
https://github.com/espressif/esp-idf
synced 2025-04-15 19:20:09 -04:00
10 lines
308 B
Plaintext
10 lines
308 B
Plaintext
menu "SD Card Example menu"
|
|
|
|
config EXAMPLE_FORMAT_IF_MOUNT_FAILED
|
|
bool "Format the card if mount failed"
|
|
default n
|
|
help
|
|
If this config item is set, format_if_mount_failed will be set to true and the card will be formatted if
|
|
the mount has failed.
|
|
endmenu
|