esp-idf/examples/peripherals/jpeg/jpeg_decode/main/Kconfig.projbuild
2024-02-29 13:51:19 +08:00

10 lines
312 B
Plaintext

menu "JPEG Decode 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